mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-03 20:32:58 +03:00
Give up making attemps to test domain in case of an error
This commit is contained in:
parent
b751c4daa4
commit
36b927614d
@ -452,6 +452,9 @@ curl_test()
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
code=$?
|
code=$?
|
||||||
|
if [ $code != 0 ]; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
if [ $code = 254 ]; then
|
if [ $code = 254 ]; then
|
||||||
echo "UNAVAILABLE"
|
echo "UNAVAILABLE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user