reconnect, fix the connection test return status.
This commit is contained in:
@@ -1124,7 +1124,7 @@
|
|||||||
ping -c 3 $test_domain
|
ping -c 3 $test_domain
|
||||||
status="$?"
|
status="$?"
|
||||||
echo "* Status Returned: '$status'"
|
echo "* Status Returned: '$status'"
|
||||||
return $?
|
return $status
|
||||||
}
|
}
|
||||||
test_connection &&
|
test_connection &&
|
||||||
echo -e "\n* Looks good! Not trying anything." &&
|
echo -e "\n* Looks good! Not trying anything." &&
|
||||||
|
|||||||
Reference in New Issue
Block a user