mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-29 07:14:45 +02:00
global-functions: $IsFullyConnected: remove trailing space
This commit is contained in:
parent
ce03f44769
commit
518cc24108
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@
|
||||||
}
|
}
|
||||||
:if ([ $IsDNSResolving ] = false) do={
|
:if ([ $IsDNSResolving ] = false) do={
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
:if ([ $IsTimeSync ] = false) do={
|
:if ([ $IsTimeSync ] = false) do={
|
||||||
:return false;
|
:return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue