diff options
author | Christian Hesse <mail@eworm.de> | 2024-01-16 22:00:13 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2024-01-16 22:00:13 +0100 |
commit | 60bd9d1abca707a5acb441b7d352c7526e58b2f8 (patch) | |
tree | 57f1e8ee4bf73f095a7d39757145824398c21be8 /README.md | |
parent | 5fd8c8a760c332ff4858e0e0f2cdab2ff3a3ddb7 (diff) |
README: set script owner on initial creation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,7 @@ date and time is set correctly! Now let's download the main scripts and add them in configuration on the fly. - :foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={ /system/script/add name=$Script source=([ /tool/fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit/routeros-scripts/plain/" . $Script . ".rsc") output=user as-value]->"data"); }; + :foreach Script in={ "global-config"; "global-config-overlay"; "global-functions" } do={ /system/script/add name=$Script owner=$Script source=([ /tool/fetch check-certificate=yes-without-crl ("https://git.eworm.de/cgit/routeros-scripts/plain/" . $Script . ".rsc") output=user as-value]->"data"); }; ![screenshot: import scripts](README.d/04-import-scripts.avif) |