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