diff options
author | Christian Hesse <mail@eworm.de> | 2020-11-26 23:02:15 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-11-26 23:04:05 +0100 |
commit | ca4e25283fa7a3c72d4b678cd0e5781f71cfed7e (patch) | |
tree | 87892cbd20b3f1d8911676c9cf15752b3b30ec47 /upload-backup | |
parent | d09baddac30b8221ed34db41b9f0536daf83a084 (diff) |
global-functions: clickable links in telegram notifications
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!"; |