diff options
Diffstat (limited to 'install/odr-get')
-rw-r--r-- | install/odr-get | 2 |
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 |