mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 00:04:51 +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
|
@ -6,7 +6,7 @@
|
|||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 11;
|
||||
:global GlobalConfigVersion 12;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@ -109,8 +109,6 @@
|
|||
:global ScriptUpdatesIgnore {
|
||||
"global-config"
|
||||
}
|
||||
# Enable this to silence all configuration warnings.
|
||||
:global ScriptUpdatesConfigChangesIgnore false;
|
||||
# This project is developed in private spare time and usage is free of charge
|
||||
# for you. If you like the scripts and think this is of value for you or your
|
||||
# business please consider a donation:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue