mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-06-20 17:55:40 +02:00
global-config: introduce a state variable
This commit is contained in:
parent
be0e9be1ba
commit
bcdb74f31d
1 changed files with 6 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
# global configuration
|
||||
# https://rsc.eworm.de/
|
||||
|
||||
# Warning: Do *NOT* copy this line to overlay!
|
||||
:global GlobalConfigReady false;
|
||||
|
||||
# Set this to 'true' to disable news and change notifications.
|
||||
:global NoNewsAndChangesNotification false;
|
||||
|
||||
|
@ -275,3 +278,6 @@
|
|||
[ /system/script/get $Script name ] . " failed!");
|
||||
}
|
||||
}
|
||||
|
||||
# signal we are ready
|
||||
:set GlobalConfigReady true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue