aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.template.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'daily-psk.template.rsc')
-rw-r--r--daily-psk.template.rsc4
1 files changed, 3 insertions, 1 deletions
diff --git a/daily-psk.template.rsc b/daily-psk.template.rsc
index 1111b64..d1abce2 100644
--- a/daily-psk.template.rsc
+++ b/daily-psk.template.rsc
@@ -4,13 +4,15 @@
# Michael Gisbers <michael@gisbers.de>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
#
+# requires RouterOS, version=7.12
+#
# update daily PSK (pre shared key)
# https://git.eworm.de/cgit/routeros-scripts/about/doc/daily-psk.md
#
# !! This is just a template to generate the real script!
# !! Pattern '%TEMPL%' is replaced, paths are filtered.
-:local 0 "daily-psk%TEMPL%";
+:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }