diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-02 08:48:35 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-02 08:48:35 +0200 |
commit | 7b1c275cc2daabf29e2d027ebab3d8d2e5e07b33 (patch) | |
tree | 80dd56ce36e2ae7e4445fa41894aee007695b55a /global-functions | |
parent | 594aef2aab8cc14a2d87b9ce23f00429559588d6 (diff) |
script-updates: add option to ignore global-config changeschange-4
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 69f2c36..e5dc072 100644 --- a/global-functions +++ b/global-functions @@ -5,7 +5,7 @@ # global functions # expected configuration version -:global ExpectedConfigVersion 3; +:global ExpectedConfigVersion 4; # global variables not to be changed by user :global SentRouterosUpdateNotification "-"; |