more precision

This commit is contained in:
Sebastian
2025-03-21 05:53:45 +01:00
parent abdfab5d95
commit 42835e3e2c

View File

@@ -65,7 +65,7 @@ if [ $? -eq 0 ]; then
request_time4=$(cat "$status_file4" | cut -d ' ' -f 2)
rm "$status_file4"
echo "lets check"
# echo "lets check"
if [ $curl_code3 -eq 0 ]; then
if [[ $http_status_code3 -eq 200 ]]; then
response3=$(cat "$response_file3")