mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: $DNSIsResolving: have a final return
This commit is contained in:
parent
e65802007f
commit
842c44b10a
1 changed files with 1 additions and 1 deletions
|
@ -230,10 +230,10 @@
|
||||||
|
|
||||||
:do {
|
:do {
|
||||||
:resolve "low-ttl.eworm.de";
|
:resolve "low-ttl.eworm.de";
|
||||||
:return true;
|
|
||||||
} on-error={
|
} on-error={
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
:return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
# download package from upgrade server
|
# download package from upgrade server
|
||||||
|
|
Loading…
Reference in a new issue