aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-07-13 11:31:29 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-07-13 11:31:29 +0200
commit3006e965988771e5f3aa3e531af7c2f23070c94e (patch)
tree303d283943c697bf8328798c02370ddd37af9465
parent073f43220407d3995bbdf554340a8ba2f089ac94 (diff)
backup-email: update initialization of empty array
Having the parenthesis here is important for valid syntax!
-rw-r--r--backup-email2
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={