diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-23 22:30:34 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-28 11:26:51 +0200 |
commit | 16a551a0ee712b81dc267e50414ceee39d434edc (patch) | |
tree | 2061fce49039c6f0c0b71c4ab13289d38ebd35e2 /global-functions.rsc | |
parent | 0c8bc60648c2b5629273bf64bce81c664470506c (diff) |
hotspot-to-wpa-cleanup: drop hard-coded server name, find by commentchange-103
Diffstat (limited to 'global-functions.rsc')
-rw-r--r-- | global-functions.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc index 0378775..205f67a 100644 --- a/global-functions.rsc +++ b/global-functions.rsc @@ -12,7 +12,7 @@ :local 0 "global-functions"; # expected configuration version -:global ExpectedConfigVersion 102; +:global ExpectedConfigVersion 103; # global variables not to be changed by user :global GlobalFunctionsReady false; |