mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
README: add valid script to scheduler
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
run global-functions;
|
||||
}
|
||||
/ system scheduler {
|
||||
add name=global-config start-time=startup on-event=global-config;
|
||||
add name=global-functions start-time=startup on-event=global-functions;
|
||||
add name="global-config" start-time=startup on-event="/ system script run global-config;";
|
||||
add name="global-functions" start-time=startup on-event="/ system script run global-functions;";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user