fix bash operator error

pull/244/head
Hemant Zope 2 years ago
parent 508cd4bf50
commit 08759b895c

@ -109,7 +109,7 @@ function TrapQuit {
UnlockReplicas
RunAfterHook
Logger "$PROGRAM finished." "ALWAYS"
if [ $ALWAYS_SEND_MAILS == true ];
if [ "$ALWAYS_SEND_MAILS" == true ];
then
SendAlert
fi

Loading…
Cancel
Save