mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
upload-backup: add second symbol
This commit is contained in:
parent
9e81707491
commit
666cd3f184
2 changed files with 2 additions and 1 deletions
|
@ -1076,6 +1076,7 @@
|
|||
"pushpin"="\F0\9F\93\8C";
|
||||
"scissors"="\E2\9C\82";
|
||||
"sparkles"="\E2\9C\A8";
|
||||
"up-arrow"="\E2\AC\86";
|
||||
"warning-sign"="\E2\9A\A0";
|
||||
"white-heavy-check-mark"="\E2\9C\85"
|
||||
}
|
||||
|
|
|
@ -89,7 +89,7 @@ $WaitFullyConnected;
|
|||
$SendNotification2 ({ origin=$0; \
|
||||
subject=[ $IfThenElse ($Failed > 0) \
|
||||
([ $SymbolForNotification "warning-sign" ] . "Backup & Config upload with failure") \
|
||||
([ $SymbolForNotification "floppy-disk" ] . "Backup & Config upload") ]; \
|
||||
([ $SymbolForNotification "floppy-disk,up-arrow" ] . "Backup & Config upload") ]; \
|
||||
message=("Backup and config export upload for " . $Identity . ".\n\n" . \
|
||||
[ $DeviceInfo ] . "\n\n" . \
|
||||
"Backup file: " . $BackupFile . "\n" . \
|
||||
|
|
Loading…
Reference in a new issue