mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Fixed typo
This commit is contained in:
parent
d1c845ba67
commit
cfd76c0c4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user