1
0
mirror of https://github.com/deajan/obackup.git synced 2024-11-12 19:03:42 +01:00

Fixed typo

This commit is contained in:
deajan 2016-08-26 12:06:49 +02:00
parent d1c845ba67
commit cfd76c0c4c

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