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"
exit 1
fi
elif [ $curl_code -eq 28 ]; then
echo "timeout"
else
"unverified ($http_status_code2)"
exit 0
fi
fi
echo "unverified ($curl_code)"
exit 1
exit 0
elif [ $time_difference -lt 60 ]; then
echo "online"
exit 0