mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-22 08:59:33 +00:00
global-functions: enable scheduler if disabled
This commit is contained in:
parent
426da3e99c
commit
e27aca0664
1 changed files with 1 additions and 0 deletions
|
|
@ -1926,6 +1926,7 @@
|
||||||
add name="global-scripts" start-time=startup;
|
add name="global-scripts" start-time=startup;
|
||||||
}
|
}
|
||||||
set on-event=$OnEvent [ find where name="global-scripts" on-event!=$OnEvent ];
|
set on-event=$OnEvent [ find where name="global-scripts" on-event!=$OnEvent ];
|
||||||
|
enable [ find where name="global-scripts" disabled ];
|
||||||
}
|
}
|
||||||
|
|
||||||
# Log success
|
# Log success
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue