From 42ca93c303545c856f3ebf6bdf2c88b3bab9da58 Mon Sep 17 00:00:00 2001 From: Robin ALEXANDER Date: Thu, 3 Mar 2022 19:55:17 +0100 Subject: Adapt to dab-scripts folder structure --- install/odr-get | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install/odr-get b/install/odr-get index a49e7b0..09339b7 100644 --- a/install/odr-get +++ b/install/odr-get @@ -174,7 +174,7 @@ install_config () { if [ -d ${DIR_CONFIG} ]; then rm -r ${DIR_CONFIG} fi - cp -r $(realpath $(dirname $0))/${CONFIG_NAME} ${DIR_CONFIG} + cp -r $(realpath $(dirname $0))/../${CONFIG_NAME} ${DIR_CONFIG} sudo ln -s ${DIR_CONFIG}/supervisor/*.conf /etc/supervisor/conf.d/ ## Adapt the supervisor configuration files -- cgit v1.2.3