Allow empty values for secrets

This commit is contained in:
Alexander Trost
2017-04-12 20:48:24 +02:00
parent 40af285a0d
commit a56798db05

View File

@@ -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