diff options
author | Christian Hesse <mail@eworm.de> | 2020-02-04 20:19:46 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-02-04 20:19:46 +0100 |
commit | b5f4c2c87eb0c59570811b3accc2dedf0147d61f (patch) | |
tree | 8aa2d1c9bbcde55e36d57c8576bc3ab9a3606aee /script-updates | |
parent | 03af7d6d9c64cc57d1d0e3280e4ed1a6308e6448 (diff) |
global-config: drop $ScriptUpdatesConfigChangesIgnorechange-12
Comment or remove $GlobalConfigVersion in global-config-overlay
to disable change notifications.
Diffstat (limited to 'script-updates')
-rw-r--r-- | script-updates | 4 |
1 files changed, 1 insertions, 3 deletions
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; |