aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-backup
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-11-26 23:02:15 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-11-26 23:04:05 +0100
commitca4e25283fa7a3c72d4b678cd0e5781f71cfed7e (patch)
tree87892cbd20b3f1d8911676c9cf15752b3b30ec47 /cloud-backup
parentd09baddac30b8221ed34db41b9f0536daf83a084 (diff)
global-functions: clickable links in telegram notifications
Diffstat (limited to 'cloud-backup')
-rw-r--r--cloud-backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud-backup b/cloud-backup
index e1386f0..46777b9 100644
--- a/cloud-backup
+++ b/cloud-backup
@@ -32,7 +32,7 @@
[ $DeviceInfo ] . "\n\n" . \
"Name: " . $Cloud->"name" . "\n" . \
"Size: " . $Cloud->"size" . " B (" . ($Cloud->"size" / 1024) . " KiB)\n" . \
- "Download key: " . $Cloud->"secret-download-key") "" "true";
+ "Download key: " . $Cloud->"secret-download-key") "" "" "true";
} on-error={
$SendNotification ([ $SymbolForNotification "warning-sign" ] . "Cloud backup failed") \
("Failed uploading backup for " . $Identity . " to cloud!\n\n" . [ $DeviceInfo ]);