global-config: introduce a state variable

This commit is contained in:
Christian Hesse 2025-05-06 13:52:57 +02:00
parent be0e9be1ba
commit bcdb74f31d

View file

@ -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;