diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-14 16:32:17 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-14 17:02:41 +0200 |
commit | f4d6e07dbb6c1406b56c77116a52d11ff8b363b1 (patch) | |
tree | 18d6ffb82f0708255ccff24c03e3429d457fc440 /global-config | |
parent | d1b6ca3d0b531f310a21b947837f7771649b9e17 (diff) |
global-config: dropped $ScriptUpdatesIgnore, use ignore flag in commentchange-22
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/global-config b/global-config index bd82a19..0e4ae63 100644 --- a/global-config +++ b/global-config @@ -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: |