aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-05-11 10:10:34 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-05-12 11:04:00 +0200
commitc5044e10cebf0b6d93550084afd1be3a91119bb4 (patch)
tree398855601dc769448be83bc300808f66a5d86097
parent36ec2e1595e1d7fb746c0ed050546d7196544ff8 (diff)
doc/log-forward: RouterOS v7 path syntax
-rw-r--r--doc/log-forward.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/log-forward.md b/doc/log-forward.md
index 1f3eae5..c91f09a 100644
--- a/doc/log-forward.md
+++ b/doc/log-forward.md
@@ -33,7 +33,7 @@ Just install the script:
... and add a scheduler:
- / system scheduler add interval=1m name=log-forward on-event="/ system script run log-forward;" start-time=startup;
+ /system/scheduler/add interval=1m name=log-forward on-event="/system/script/run log-forward;" start-time=startup;
Configuration
-------------