mirror of
https://github.com/deajan/obackup.git
synced 2024-12-26 15:33:41 +01:00
Fixed typo
This commit is contained in:
parent
d1c845ba67
commit
cfd76c0c4c
@ -265,10 +265,10 @@ function SendAlert {
|
|||||||
subject="Alert for $INSTANCE_ID"
|
subject="Alert for $INSTANCE_ID"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ runAlert == true ]; then
|
if [ $runAlert == true ]; then
|
||||||
subject="Current run $subject"
|
subject="Current run $subject"
|
||||||
else
|
else
|
||||||
subject="Fnished run Final $subject"
|
subject="Fnished run $subject"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$mail_no_attachment" -eq 0 ]; then
|
if [ "$mail_no_attachment" -eq 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user