fix bash operator error
This commit is contained in:
parent
508cd4bf50
commit
08759b895c
|
@ -109,7 +109,7 @@ function TrapQuit {
|
||||||
UnlockReplicas
|
UnlockReplicas
|
||||||
RunAfterHook
|
RunAfterHook
|
||||||
Logger "$PROGRAM finished." "ALWAYS"
|
Logger "$PROGRAM finished." "ALWAYS"
|
||||||
if [ $ALWAYS_SEND_MAILS == true ];
|
if [ "$ALWAYS_SEND_MAILS" == true ];
|
||||||
then
|
then
|
||||||
SendAlert
|
SendAlert
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue