mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-22 09:49:30 +00:00
global-config: dropped $ScriptUpdatesIgnore, use ignore flag in comment
This commit is contained in:
parent
d1b6ca3d0b
commit
f4d6e07dbb
6 changed files with 23 additions and 17 deletions
|
|
@ -9,13 +9,7 @@
|
|||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
# Comment or remove to disable change notifications.
|
||||
:global GlobalConfigVersion 21;
|
||||
|
||||
# The global-config script is updated by $ScriptInstallUpdate,
|
||||
# global-config-overlay becomes an overlay for your changes.
|
||||
:global ScriptUpdatesIgnore {
|
||||
"global-config-overlay"
|
||||
}
|
||||
:global GlobalConfigVersion 22;
|
||||
|
||||
# Copy configuration from global-config here and modify it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue