reconnect, fix the connection test return status.

This commit is contained in:
2026-08-04 10:05:51 -07:00
parent dd0412d821
commit ea589d09b2
+1 -1
View File
@@ -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." &&