mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-04 02:04:39 +02: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
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
:global GlobalConfigVersion 21;
|
||||
:global GlobalConfigVersion 22;
|
||||
|
||||
# This is used for DNS and backup file.
|
||||
:global Domain "example.com";
|
||||
|
@ -111,9 +111,7 @@
|
|||
#:global ScriptUpdatesBaseUrl "https://raw.githubusercontent.com/eworm-de/routeros-scripts/master/";
|
||||
#:global ScriptUpdatesBaseUrl "https://gitlab.com/eworm-de/routeros-scripts/raw/master/";
|
||||
:global ScriptUpdatesUrlSuffix "";
|
||||
:global ScriptUpdatesIgnore {
|
||||
"global-config"
|
||||
}
|
||||
|
||||
# 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