mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-25 02:58:37 +02: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…
Add table
Add a link
Reference in a new issue