diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-07 11:25:28 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-07 11:25:28 +0100 |
commit | 8ca434ec05620569c0bfc82c81c02c11ff694223 (patch) | |
tree | 0d57b01585ab6b0b5240c56ca9922459c634d991 /doc | |
parent | fa5291f6d1d0ab748221f2d72ae819ae874d2093 (diff) | |
download | routeros-scripts-custom-8ca434ec05620569c0bfc82c81c02c11ff694223.tar.gz routeros-scripts-custom-8ca434ec05620569c0bfc82c81c02c11ff694223.tar.zst |
update for upstream change on file extension
The scripts are expected to have the file extension ".rsc" now.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hello-world.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/hello-world.md b/doc/hello-world.md index a9be755..e8af164 100644 --- a/doc/hello-world.md +++ b/doc/hello-world.md @@ -17,7 +17,7 @@ Requirements and installation Just install the script: - $ScriptInstallUpdate hello-world.rsc "base-url=https://git.eworm.de/cgit/routeros-scripts-custom/plain/" + $ScriptInstallUpdate hello-world "base-url=https://git.eworm.de/cgit/routeros-scripts-custom/plain/" Configuration ------------- @@ -30,7 +30,7 @@ Usage and invocation Just run the script: - /system/script/run hello-world.rsc; + /system/script/run hello-world; See also -------- |