aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.template
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-07-13 11:32:23 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-07-13 11:32:23 +0200
commit99a8148d17f5000f7fd4065246eda03dbcbedf58 (patch)
treea8666f92510743e0054ae24e5bc1b207a550408d /daily-psk.template
parent2d30f4e4629de5a24803d34960c77d60f7490834 (diff)
daily-psk: update initialization of empty array
Having the parenthesis here is important for valid syntax!
Diffstat (limited to 'daily-psk.template')
-rw-r--r--daily-psk.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/daily-psk.template b/daily-psk.template
index bd457dc..af05cd7 100644
--- a/daily-psk.template
+++ b/daily-psk.template
@@ -56,7 +56,7 @@ $WaitFullyConnected;
($DailyPskSecrets->2->$WeekDay));
}
-:local Seen [ :toarray "" ];
+:local Seen ({});
:local Date [ /system/clock/get date ];
:local NewPsk [ $GeneratePSK $Date ];