Fixed typo

This commit is contained in:
deajan 2016-08-26 12:06:49 +02:00
parent d1c845ba67
commit cfd76c0c4c
1 changed files with 2 additions and 2 deletions

View File

@ -265,10 +265,10 @@ function SendAlert {
subject="Alert for $INSTANCE_ID"
fi
if [ runAlert == true ]; then
if [ $runAlert == true ]; then
subject="Current run $subject"
else
subject="Fnished run Final $subject"
subject="Fnished run $subject"
fi
if [ "$mail_no_attachment" -eq 0 ]; then