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

doc/check-lte-firmware-upgrade: RouterOS v7 path syntax

This commit is contained in:
Christian Hesse
2022-05-11 09:57:50 +02:00
parent 6086064129
commit 578ef72c89

View File

@@ -30,7 +30,7 @@ Just install the script:
... and create a scheduler:
/ system scheduler add interval=1d name=check-lte-firmware-upgrade on-event="/ system script run check-lte-firmware-upgrade;" start-time=startup;
/system/scheduler/add interval=1d name=check-lte-firmware-upgrade on-event="/system/script/run check-lte-firmware-upgrade;" start-time=startup;
Configuration
-------------