diff options
Diffstat (limited to 'doc/mod/scriptrunonce.d/hello-world.rsc')
-rw-r--r-- | doc/mod/scriptrunonce.d/hello-world.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mod/scriptrunonce.d/hello-world.rsc b/doc/mod/scriptrunonce.d/hello-world.rsc index 17ec575..6404781 100644 --- a/doc/mod/scriptrunonce.d/hello-world.rsc +++ b/doc/mod/scriptrunonce.d/hello-world.rsc @@ -1,3 +1,3 @@ #!rsc by RouterOS -:put ("Hello World from " . [ / system identity get name ] . "!"); +:put ("Hello World from " . [ /system/identity/get name ] . "!"); |