aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-05-11 10:03:01 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-05-12 11:04:00 +0200
commit474c4f7a62faa763d3064bd668a1cf343bf32a63 (patch)
tree98b89cc98fab1e86c96c4d4702edddcaa517d05a
parent7aea231940caf043104df04638b4a2548149b042 (diff)
doc/firmware-upgrade-reboot: RouterOS v7 path syntax
-rw-r--r--doc/firmware-upgrade-reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/firmware-upgrade-reboot.md b/doc/firmware-upgrade-reboot.md
index c913d8e..0215ce9 100644
--- a/doc/firmware-upgrade-reboot.md
+++ b/doc/firmware-upgrade-reboot.md
@@ -21,7 +21,7 @@ Requirements and installation
Just install the script and create a scheduler:
$ScriptInstallUpdate firmware-upgrade-reboot;
- / system scheduler add name=firmware-upgrade-reboot on-event="/ system script run firmware-upgrade-reboot;" start-time=startup;
+ /system/scheduler/add name=firmware-upgrade-reboot on-event="/system/script/run firmware-upgrade-reboot;" start-time=startup;
Enjoy firmware being up to date and in sync with RouterOS.