From cfd76c0c4c8710e45ee3019b226b9994269e4358 Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 26 Aug 2016 12:06:49 +0200 Subject: [PATCH] Fixed typo --- dev/ofunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index b7d7439..422a078 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -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