mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-04 14:03:25 +00:00
Fixed the missing path for the special var
This commit is contained in:
@@ -295,7 +295,7 @@ zulipConfiguration() {
|
||||
fi
|
||||
# Zulip settings.py / zproject specific overrides here
|
||||
if [ "$setting_key" = "ADMIN_DOMAIN" ]; then
|
||||
FILE=""
|
||||
FILE="$ZULIP_SETTINGS"
|
||||
elif [ "$setting_key" = "MEMCACHED_LOCATION" ]; then
|
||||
FILE="$ZPROJECT_SETTINGS"
|
||||
elif [[ "$setting_key" = "REDIS_"* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user