diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-29 22:45:38 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-30 00:52:21 +0100 |
commit | 777b2ba7a2ba5e21cee0a1f0a899309ff82e65bb (patch) | |
tree | 5f86d1f313f4b915f7bf7c1a9ab709e0e08874e1 /capsman-rolling-upgrade.template.rsc | |
parent | 35b468b8275c492264d0d5e2ff5bfef17da940ea (diff) | |
parent | b679eefcf73a8901c44a61494b419969ff4ee468 (diff) |
Merge branch 'jobname' into nextrouteros-7.12-3
Diffstat (limited to 'capsman-rolling-upgrade.template.rsc')
-rw-r--r-- | capsman-rolling-upgrade.template.rsc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/capsman-rolling-upgrade.template.rsc b/capsman-rolling-upgrade.template.rsc index 569cdc1..de0b4d1 100644 --- a/capsman-rolling-upgrade.template.rsc +++ b/capsman-rolling-upgrade.template.rsc @@ -5,6 +5,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # # provides: capsman-rolling-upgrade +# requires RouterOS, version=7.12 # # upgrade CAPs one after another # https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-rolling-upgrade.md @@ -12,7 +13,7 @@ # !! This is just a template to generate the real script! # !! Pattern '%TEMPL%' is replaced, paths are filtered. -:local 0 "capsman-rolling-upgrade%TEMPL%"; +:local 0 [ :jobname ]; :global GlobalFunctionsReady; :while ($GlobalFunctionsReady != true) do={ :delay 500ms; } |