mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-03 09:44:58 +02:00
global-{config,functions}: move variables, make independent
This commit is contained in:
parent
6e03a3b935
commit
7d06a7e8c2
4 changed files with 12 additions and 9 deletions
|
@ -85,10 +85,12 @@ your mails to `mail@example.com`!
|
|||
|
||||
[admin@MikroTik] > / system script edit global-config source
|
||||
|
||||
And finally load the configuration and add a scheduler.
|
||||
And finally load configuration and functions and add the schedulers.
|
||||
|
||||
[admin@MikroTik] > / system script run global-config
|
||||
[admin@MikroTik] > / system script run global-functions
|
||||
[admin@MikroTik] > / system scheduler add name=global-config start-time=startup on-event=global-config
|
||||
[admin@MikroTik] > / system scheduler add name=global-functions start-time=startup on-event=global-functions
|
||||
|
||||
Updating scripts
|
||||
----------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue