mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-10-23 16:13:45 +00:00
Allow empty values for secrets
This commit is contained in:
@@ -232,7 +232,6 @@ secretsConfiguration() {
|
||||
local SECRET_VAR="${!key}"
|
||||
if [ -z "$SECRET_VAR" ]; then
|
||||
echo "Empty secret for key \"$SECRET_KEY\"."
|
||||
continue
|
||||
fi
|
||||
grep -q "$SECRET_KEY" "$DATA_DIR/zulip-secrets.conf"
|
||||
if (($? > 0)); then
|
||||
|
Reference in New Issue
Block a user