diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-27 10:03:08 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-27 10:03:08 +0100 |
commit | 107f9e4bdf5e0964a66faab82620d7f42c5c1fca (patch) | |
tree | 87892cbd20b3f1d8911676c9cf15752b3b30ec47 /upload-backup | |
parent | 6b19cf2578fb840d286e6539fa82acbacbf6cca5 (diff) | |
parent | ca4e25283fa7a3c72d4b678cd0e5781f71cfed7e (diff) |
Merge branch 'telegram-clickable'
Diffstat (limited to 'upload-backup')
-rw-r--r-- | upload-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upload-backup b/upload-backup index 27eab0c..5d4dd8e 100644 --- a/upload-backup +++ b/upload-backup @@ -72,7 +72,7 @@ $SendNotification [ $IfThenElse ($Failed > 0) \ ("Backup and config export upload for " . $Identity . ".\n\n" . \ [ $DeviceInfo ] . "\n\n" . \ "Backup file: " . $BackupFile . "\n" . \ - "Config file: " . $ConfigFile) "" "true"; + "Config file: " . $ConfigFile) "" "" "true"; :if ($Failed = 1) do={ :error "An error occured!"; |