From 123c6737f8e574df88ddebaa1c5df1b82e234be1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 31 Jan 2020 17:42:22 +0100 Subject: Fix path for fixtures when Ishtar use of alternate lib path --- install/ishtar-install | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ishtar-install') diff --git a/install/ishtar-install b/install/ishtar-install index 7baa428b0..5a1d2a12b 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -625,6 +625,7 @@ EOF echo "ISHTAR_DB="$default_db >> $etc_path"config" echo "ISHTAR_WEBSERVER="$webserver >> $etc_path"config" echo "ISHTAR_LOCALE="$current_locale >> $etc_path"config" + echo "ISHTAR_LIB_PATH="$full_install_path >> $etc_path"config" if [ "$install_celery" == 'yes' ]; then echo "USE_CELERY="$install_celery >> $etc_path"config" fi -- cgit v1.2.3