From b5f4c2c87eb0c59570811b3accc2dedf0147d61f Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 4 Feb 2020 20:19:46 +0100 Subject: global-config: drop $ScriptUpdatesConfigChangesIgnore Comment or remove $GlobalConfigVersion in global-config-overlay to disable change notifications. --- script-updates | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'script-updates') diff --git a/script-updates b/script-updates index 42ca04a..10a67b6 100644 --- a/script-updates +++ b/script-updates @@ -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; -- cgit v1.2.3-54-g00ecf