diff options
author | Christian Hesse <mail@eworm.de> | 2020-09-01 11:31:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-09-01 11:31:51 +0200 |
commit | 25d8d5d855c351bb8dfd7b2adbc3d53dd12778dc (patch) | |
tree | d9e318ac59b124c288a59681597cec8a6b33242d /email-backup | |
parent | b9c699b29f366c77757639858d57c0331853537e (diff) |
email-backup: remove extra curly bracket
Diffstat (limited to 'email-backup')
-rw-r--r-- | email-backup | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/email-backup b/email-backup index 9c4259b..994a56a 100644 --- a/email-backup +++ b/email-backup @@ -55,4 +55,3 @@ "Backup file: " . $BackupFile . "\n" . \ "Config file: " . $ConfigFile) \ file=$Attach; -} |