fix bash operator error
This commit is contained in:
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…
Reference in New Issue