aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin ALEXANDER <colisee@hotmail.com>2022-03-03 19:55:17 +0100
committerRobin ALEXANDER <colisee@hotmail.com>2022-03-03 19:55:17 +0100
commit42ca93c303545c856f3ebf6bdf2c88b3bab9da58 (patch)
tree3f34153effe8da002bee3f520f50767c9148e94f
parent11c606c43b46cd86616da2f889d7f97c8eb297eb (diff)
downloaddab-scripts-42ca93c303545c856f3ebf6bdf2c88b3bab9da58.tar.gz
dab-scripts-42ca93c303545c856f3ebf6bdf2c88b3bab9da58.tar.bz2
dab-scripts-42ca93c303545c856f3ebf6bdf2c88b3bab9da58.zip
Adapt to dab-scripts folder structure
-rw-r--r--install/odr-get2
1 files changed, 1 insertions, 1 deletions
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