diff options
author | Christian Hesse <mail@eworm.de> | 2020-09-01 11:32:27 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-09-01 11:32:27 +0200 |
commit | d320fa93f2c6bd283d86060a4778ef43d46d457b (patch) | |
tree | 6616b1996edd5db48e808a4ff676b5b85ae25625 | |
parent | 25d8d5d855c351bb8dfd7b2adbc3d53dd12778dc (diff) |
upload-backup: remove extra curly bracket
-rw-r--r-- | upload-backup | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/upload-backup b/upload-backup index b2b67a0..95d31b3 100644 --- a/upload-backup +++ b/upload-backup @@ -71,4 +71,3 @@ $SendNotification ([ $SymbolForNotification [ $IfThenElse ($Failed > 0) "warning [ $DeviceInfo ] . "\n\n" . \ "Backup file: " . $BackupFile . "\n" . \ "Config file: " . $ConfigFile) "" "true"; -} |