mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-28 04:10:07 +02:00
global-config: drop $ScriptUpdatesConfigChangesIgnore
Comment or remove $GlobalConfigVersion in global-config-overlay to disable change notifications.
This commit is contained in:
parent
03af7d6d9c
commit
b5f4c2c87e
5 changed files with 6 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue