global-config: drop $ScriptUpdatesConfigChangesIgnore

Comment or remove $GlobalConfigVersion in global-config-overlay
to disable change notifications.
This commit is contained in:
Christian Hesse 2020-02-04 20:19:46 +01:00
parent 03af7d6d9c
commit b5f4c2c87e
5 changed files with 6 additions and 8 deletions

View file

@ -13,7 +13,6 @@
:global ScriptUpdatesBaseUrl;
:global ScriptUpdatesUrlSuffix;
:global ScriptUpdatesIgnore;
:global ScriptUpdatesConfigChangesIgnore;
:global SendNotification;
@ -81,8 +80,7 @@
}
}
:if ($ScriptUpdatesConfigChangesIgnore!=true && \
$SentConfigChangesNotification!=$ExpectedConfigVersion && \
:if ($SentConfigChangesNotification!=$ExpectedConfigVersion && \
$GlobalConfigVersion < $ExpectedConfigVersion) do={
:global GlobalConfigChanges;
:local ChangeLogCode;