mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-21 01:15:42 +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
|
# global configuration
|
||||||
# https://rsc.eworm.de/
|
# 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.
|
# Set this to 'true' to disable news and change notifications.
|
||||||
:global NoNewsAndChangesNotification false;
|
:global NoNewsAndChangesNotification false;
|
||||||
|
|
||||||
|
@ -275,3 +278,6 @@
|
||||||
[ /system/script/get $Script name ] . " failed!");
|
[ /system/script/get $Script name ] . " failed!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# signal we are ready
|
||||||
|
:set GlobalConfigReady true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue