From 803d25ac8b7d0ccd3bb327e1c767740875e6f42e Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Tue, 18 May 2021 20:42:12 +0200 Subject: [PATCH] Fix typo --- dev/ofunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index fc18f32..db515da 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -1943,11 +1943,11 @@ function CheckConnectivity3rdPartyHosts { if [ "$_PARANOIA_DEBUG" != true ]; then # Do not loose time in paranoia debug #__WITH_PARANOIA_DEBUG if [ "$remote_3rd_party_hosts" == "" ]; then - remote_3rd_party_hosts="$REMOTE_3RD_PARTY_HOSTS + remote_3rd_party_hosts="$REMOTE_3RD_PARTY_HOSTS" fi if [ "$remote_3rd_party_hosts" != "" ]; then remote3rdPartySuccess=false - for i in $REMOTE_3RD_PARTY_HOSTS + for i in $remote_3rd_party_hosts do eval "$PING_CMD $i > /dev/null 2>&1" & ExecTasks $! "${FUNCNAME[0]}" false 0 0 60 180 true $SLEEP_TIME $KEEP_LOGGING