mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-02 09:14:30 +02:00
script-updates: add option to ignore global-config changes
This commit is contained in:
parent
594aef2aab
commit
7b1c275cc2
4 changed files with 6 additions and 3 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 3;
|
||||
:global GlobalConfigVersion 4;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@ -93,6 +93,7 @@
|
|||
:global ScriptUpdatesIgnore {
|
||||
"global-config"
|
||||
}
|
||||
:global ScriptUpdatesConfigChangesIgnore false;
|
||||
|
||||
# Use this for certificate auto-renew
|
||||
:global CertRenewUrl "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue