diff options
author | Christian Hesse <mail@eworm.de> | 2022-07-13 11:31:29 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-07-13 11:31:29 +0200 |
commit | 3006e965988771e5f3aa3e531af7c2f23070c94e (patch) | |
tree | 303d283943c697bf8328798c02370ddd37af9465 /backup-email | |
parent | 073f43220407d3995bbdf554340a8ba2f089ac94 (diff) |
backup-email: update initialization of empty array
Having the parenthesis here is important for valid syntax!
Diffstat (limited to 'backup-email')
-rw-r--r-- | backup-email | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backup-email b/backup-email index 55f2309..7cdf55e 100644 --- a/backup-email +++ b/backup-email @@ -50,7 +50,7 @@ $WaitFullyConnected; :local FilePath ($0 . "/" . $FileName); :local BackupFile "none"; :local ConfigFile "none"; -:local Attach [ :toarray "" ]; +:local Attach ({}); # binary backup :if ($BackupSendBinary = true) do={ |