accesslist-duplicates: use :jobname to get script name

This commit is contained in:
Christian Hesse 2023-11-15 21:31:18 +01:00
parent 35b468b827
commit 1d4f4d0017
5 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@
#
# !! Do not edit this file, it is generated from template!
:local 0 "accesslist-duplicates.capsman";
:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }

View file

@ -10,7 +10,7 @@
#
# !! Do not edit this file, it is generated from template!
:local 0 "accesslist-duplicates.local";
:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }

View file

@ -11,7 +11,7 @@
# !! This is just a template to generate the real script!
# !! Pattern '%TEMPL%' is replaced, paths are filtered.
:local 0 "accesslist-duplicates%TEMPL%";
:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }

View file

@ -10,7 +10,7 @@
#
# !! Do not edit this file, it is generated from template!
:local 0 "accesslist-duplicates.wifi";
:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }

View file

@ -10,7 +10,7 @@
#
# !! Do not edit this file, it is generated from template!
:local 0 "accesslist-duplicates.wifiwave2";
:local 0 [ :jobname ];
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }