diff options
author | Christian Hesse <mail@eworm.de> | 2021-03-03 11:15:10 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-03-03 14:54:22 +0100 |
commit | 842c44b10a1d73f9020665b3f8c1eb7855a3a41e (patch) | |
tree | 8b1d7d0eeb7822e10aecedce5c69e40745e4a40a /global-functions | |
parent | e65802007fc95613d9b2e0dbe68dd55c70f97fd1 (diff) |
global-functions: $DNSIsResolving: have a final return
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 177cd4f..9e4d118 100644 --- a/global-functions +++ b/global-functions @@ -230,10 +230,10 @@ :do { :resolve "low-ttl.eworm.de"; - :return true; } on-error={ :return false; } + :return true; } # download package from upgrade server |