diff options
author | Christian Hesse <mail@eworm.de> | 2022-07-21 13:21:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-07-21 13:21:51 +0200 |
commit | 518cc24108e7cfcd2836ab62fe7ff70836060fde (patch) | |
tree | 3e32084b989fe497058ba391bb44b2bf2d331753 | |
parent | ce03f447699677c456018c84a71accd615d01ea5 (diff) |
global-functions: $IsFullyConnected: remove trailing space
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 8ef158a..1acf11f 100644 --- a/global-functions +++ b/global-functions @@ -472,7 +472,7 @@ } :if ([ $IsDNSResolving ] = false) do={ :return false; - } + } :if ([ $IsTimeSync ] = false) do={ :return false; } |