Fixed the missing path for the special var

This commit is contained in:
Alexander Trost
2016-02-18 09:57:50 +01:00
parent 60f76cdc59
commit f0737bcb5d

View File

@@ -295,7 +295,7 @@ zulipConfiguration() {
fi fi
# Zulip settings.py / zproject specific overrides here # Zulip settings.py / zproject specific overrides here
if [ "$setting_key" = "ADMIN_DOMAIN" ]; then if [ "$setting_key" = "ADMIN_DOMAIN" ]; then
FILE="" FILE="$ZULIP_SETTINGS"
elif [ "$setting_key" = "MEMCACHED_LOCATION" ]; then elif [ "$setting_key" = "MEMCACHED_LOCATION" ]; then
FILE="$ZPROJECT_SETTINGS" FILE="$ZPROJECT_SETTINGS"
elif [[ "$setting_key" = "REDIS_"* ]]; then elif [[ "$setting_key" = "REDIS_"* ]]; then