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

doc/sms-forward: RouterOS v7 path syntax

This commit is contained in:
Christian Hesse
2022-05-11 10:28:35 +02:00
parent 25d11f798d
commit 06509f6af4

@ -26,7 +26,7 @@ Just install the script:
... and add a scheduler to run it periodically:
/ system scheduler add interval=2m name=sms-forward on-event="/ system script run sms-forward;" start-time=startup;
/system/scheduler/add interval=2m name=sms-forward on-event="/system/script/run sms-forward;" start-time=startup;
Configuration
-------------
@ -36,7 +36,7 @@ Notification settings are required for e-mail,
[telegram](mod/notification-telegram.md). Also you have to enable receiving
of SMS:
/ tool sms set receive-enabled=yes;
/tool/sms/set receive-enabled=yes;
See also
--------