mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-22 09:43:30 +02:00
doc/sms-forward: RouterOS v7 path syntax
This commit is contained in:
parent
25d11f798d
commit
06509f6af4
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ Just install the script:
|
||||||
|
|
||||||
... and add a scheduler to run it periodically:
|
... 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
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
@ -36,7 +36,7 @@ Notification settings are required for e-mail,
|
||||||
[telegram](mod/notification-telegram.md). Also you have to enable receiving
|
[telegram](mod/notification-telegram.md). Also you have to enable receiving
|
||||||
of SMS:
|
of SMS:
|
||||||
|
|
||||||
/ tool sms set receive-enabled=yes;
|
/tool/sms/set receive-enabled=yes;
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue