aboutsummaryrefslogtreecommitdiffstats
path: root/hello-world.rsc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-03-07 11:25:28 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-03-07 11:25:28 +0100
commit8ca434ec05620569c0bfc82c81c02c11ff694223 (patch)
tree0d57b01585ab6b0b5240c56ca9922459c634d991 /hello-world.rsc
parentfa5291f6d1d0ab748221f2d72ae819ae874d2093 (diff)
downloadrouteros-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 'hello-world.rsc')
-rw-r--r--hello-world.rsc4
1 files changed, 2 insertions, 2 deletions
diff --git a/hello-world.rsc b/hello-world.rsc
index f3a3436..bd4619c 100644
--- a/hello-world.rsc
+++ b/hello-world.rsc
@@ -1,12 +1,12 @@
#!rsc by RouterOS
-# RouterOS script: hello-world.rsc
+# RouterOS script: hello-world
# Copyright (c) 2023 Christian Hesse <mail@eworm.de>
# https://git.eworm.de/cgit/routeros-scripts-custom/about/COPYING.md
#
# hello-world demo script
# https://git.eworm.de/cgit/routeros-scripts-custom/about/doc/hello-world.md
-:local 0 "hello-world.rsc";
+:local 0 "hello-world";
:global GlobalFunctionsReady;
:while ($GlobalFunctionsReady != true) do={ :delay 500ms; }