fix bash operator error

This commit is contained in:
Hemant Zope 2022-06-17 12:50:14 +02:00
parent 508cd4bf50
commit 08759b895c
1 changed files with 1 additions and 1 deletions

View File

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