diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-14 17:31:42 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-11-14 17:34:26 +0100 |
commit | 0d530294f5f0608114c8f0cd409f0041bb2c1b74 (patch) | |
tree | 39497740f00291c1e0eba8b839372c35321c8e9a | |
parent | 18360f92b377dbb42b9da5441270a6dcaee1bfbf (diff) |
capsman-rolling-upgrade: update template comment
-rw-r--r-- | capsman-rolling-upgrade.template.rsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capsman-rolling-upgrade.template.rsc b/capsman-rolling-upgrade.template.rsc index 0890ad2..fc6872c 100644 --- a/capsman-rolling-upgrade.template.rsc +++ b/capsman-rolling-upgrade.template.rsc @@ -9,8 +9,8 @@ # upgrade CAPs one after another # https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-rolling-upgrade.md # -# !! This is just a template! Replace '%PATH%' with 'caps-man', -# !! 'interface/wireless' or 'interface/wifiwave2'! +# !! This is just a template to generate the real script! +# !! Pattern '%TEMPL%' is replaced, paths are filtered. :local 0 "capsman-rolling-upgrade%TEMPL%"; :global GlobalFunctionsReady; |