aboutsummaryrefslogtreecommitdiffstats
path: root/upload-backup
diff options
context:
space:
mode:
Diffstat (limited to 'upload-backup')
-rw-r--r--upload-backup6
1 files changed, 4 insertions, 2 deletions
diff --git a/upload-backup b/upload-backup
index 7fd092e..27eab0c 100644
--- a/upload-backup
+++ b/upload-backup
@@ -66,8 +66,10 @@
}
}
-$SendNotification ([ $SymbolForNotification [ $IfThenElse ($Failed > 0) "warning-sign" "floppy-disk" ] ] . "Backup & Config Upload") \
- ("Backup and config export upload for " . $Identity . ".\n\n" . \
+$SendNotification [ $IfThenElse ($Failed > 0) \
+ ([ $SymbolForNotification "warning-sign" ] . "Backup & Config upload with failure") \
+ ([ $SymbolForNotification "floppy-disk" ] . "Backup & Config upload") ] \
+ ("Backup and config export upload for " . $Identity . ".\n\n" . \
[ $DeviceInfo ] . "\n\n" . \
"Backup file: " . $BackupFile . "\n" . \
"Config file: " . $ConfigFile) "" "true";