diff options
author | Christian Hesse <mail@eworm.de> | 2023-11-14 17:31:34 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-11-14 17:33:46 +0100 |
commit | 18360f92b377dbb42b9da5441270a6dcaee1bfbf (patch) | |
tree | 9dff47f9a4a540b88f35168c612094545f18d162 | |
parent | 690953e4c53e6eef855de04659fefceb3906d2df (diff) |
capsman-download-packages: update template comment
-rw-r--r-- | capsman-download-packages.template.rsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capsman-download-packages.template.rsc b/capsman-download-packages.template.rsc index 71bced0..80f1988 100644 --- a/capsman-download-packages.template.rsc +++ b/capsman-download-packages.template.rsc @@ -7,8 +7,8 @@ # download and cleanup packages for CAP installation from CAPsMAN # https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-download-packages.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-download-packages%TEMPL%"; :global GlobalFunctionsReady; |