mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-config: drop $ScriptUpdatesConfigChangesIgnore
Comment or remove $GlobalConfigVersion in global-config-overlay to disable change notifications.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user