aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-05-11 10:03:38 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-05-12 11:04:00 +0200
commit3e1802a1a032237f927b26e0dab3e26a284b7160 (patch)
tree7e8cd3d42bee437e6ede2d9fac35bd64b2253e3b
parent474c4f7a62faa763d3064bd668a1cf343bf32a63 (diff)
doc/global-wait: RouterOS v7 path syntax
-rw-r--r--doc/global-wait.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/global-wait.md b/doc/global-wait.md
index 2a7fbfa..ac3e5cc 100644
--- a/doc/global-wait.md
+++ b/doc/global-wait.md
@@ -27,7 +27,7 @@ Just install the script:
... and add it to your scheduler, for example in combination with the module
to [manage VLANs on bridge ports](mod/bridge-port-vlan.md):
- / system scheduler add name=bridge-port-vlan on-event="/ system script run global-wait; :global BridgePortVlan; \$BridgePortVlan default;" start-time=startup;
+ /system/scheduler/add name=bridge-port-vlan on-event="/system/script/run global-wait; :global BridgePortVlan; \$BridgePortVlan default;" start-time=startup;
See also
--------