mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-07-12 19:14:29 +02:00
daily-psk: update initialization of empty array
Having the parenthesis here is important for valid syntax!
This commit is contained in:
parent
2d30f4e462
commit
99a8148d17
3 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ $WaitFullyConnected;
|
|||
($DailyPskSecrets->2->$WeekDay));
|
||||
}
|
||||
|
||||
:local Seen [ :toarray "" ];
|
||||
:local Seen ({});
|
||||
:local Date [ /system/clock/get date ];
|
||||
:local NewPsk [ $GeneratePSK $Date ];
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@ $WaitFullyConnected;
|
|||
($DailyPskSecrets->2->$WeekDay));
|
||||
}
|
||||
|
||||
:local Seen [ :toarray "" ];
|
||||
:local Seen ({});
|
||||
:local Date [ /system/clock/get date ];
|
||||
:local NewPsk [ $GeneratePSK $Date ];
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ $WaitFullyConnected;
|
|||
($DailyPskSecrets->2->$WeekDay));
|
||||
}
|
||||
|
||||
:local Seen [ :toarray "" ];
|
||||
:local Seen ({});
|
||||
:local Date [ /system/clock/get date ];
|
||||
:local NewPsk [ $GeneratePSK $Date ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue