1
0
mirror of https://github.com/eworm-de/routeros-scripts.git synced 2024-05-11 05:55:19 +00:00

capsman-download-packages: update template comment

This commit is contained in:
Christian Hesse
2023-11-14 17:31:34 +01:00
parent 690953e4c5
commit 18360f92b3

View File

@ -7,8 +7,8 @@
# download and cleanup packages for CAP installation from CAPsMAN # download and cleanup packages for CAP installation from CAPsMAN
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-download-packages.md # https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-download-packages.md
# #
# !! This is just a template! Replace '%PATH%' with 'caps-man', # !! This is just a template to generate the real script!
# !! 'interface/wireless' or 'interface/wifiwave2'! # !! Pattern '%TEMPL%' is replaced, paths are filtered.
:local 0 "capsman-download-packages%TEMPL%"; :local 0 "capsman-download-packages%TEMPL%";
:global GlobalFunctionsReady; :global GlobalFunctionsReady;