timeout everytwhere

This commit is contained in:
Sebastian
2025-03-18 13:09:29 +01:00
parent 1ef4598ca0
commit 2832ca186a

View File

@@ -69,14 +69,14 @@ if [ $? -eq 0 ]; then
echo "forked" echo "forked"
exit 1 exit 1
fi fi
elif [ $curl_code -eq 28 ]; then else
echo "timeout" "unverified ($http_status_code2)"
exit 0 exit 0
fi fi
fi fi
echo "unverified ($curl_code)" echo "unverified ($curl_code)"
exit 1 exit 0
elif [ $time_difference -lt 60 ]; then elif [ $time_difference -lt 60 ]; then
echo "online" echo "online"
exit 0 exit 0