diff options
author | Christian Hesse <mail@eworm.de> | 2021-04-29 22:27:29 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-04-29 22:37:36 +0200 |
commit | 666cd3f18423769a01297368d74464d2f01e57e4 (patch) | |
tree | 7574f124666667d90721e6291d108a9353d979ba | |
parent | 9e8170749132d3e2e5a98160d94b79be1ef4f90e (diff) |
upload-backup: add second symbol
-rw-r--r-- | global-functions | 1 | ||||
-rw-r--r-- | upload-backup | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 1866489..0c90ad8 100644 --- a/global-functions +++ b/global-functions @@ -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" } diff --git a/upload-backup b/upload-backup index 08b4adf..8136599 100644 --- a/upload-backup +++ b/upload-backup @@ -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" . \ |