From 43d8eca14c5974b4939dbf1b4e06aab0e5f613f0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 17 Feb 2020 20:29:49 +0100 Subject: config file: full path to conf.d --- install/config.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/config.template b/install/config.template index f0f086545..ac62dcd4b 100644 --- a/install/config.template +++ b/install/config.template @@ -6,8 +6,8 @@ USE_CELERY=no USE_LIBREOFFICE=no ISHTAR_LIB_PATH=/usr/lib/python3/dist-packages/ -if [ -d conf.d ]; then - for file in $(ls conf.d/); do - source conf.d/$file; +if [ -d /etc/ishtar/conf.d ]; then + for file in $(ls /etc/ishtar/conf.d/); do + source /etc/ishtar/conf.d/$file; done fi -- cgit v1.2.3