refactor(templates): wrap shell variables in conditions with double quotes
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
156e36e97f
commit
ab3a7c2621
@@ -12,7 +12,7 @@ if ! shm-check; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ -z $JIBRI_RECORDER_PASSWORD || -z $JIBRI_XMPP_PASSWORD ]]; then
|
||||
if [[ -z "$JIBRI_RECORDER_PASSWORD" || -z "$JIBRI_XMPP_PASSWORD" ]]; then
|
||||
echo 'FATAL ERROR: Jibri recorder password and auth password must be set'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user