mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-02 20:02: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
|
||||
}
|
||||
code=$?
|
||||
if [ $code != 0 ]; then
|
||||
break
|
||||
fi
|
||||
done
|
||||
if [ $code = 254 ]; then
|
||||
echo "UNAVAILABLE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user