Browse Source

Give up making attemps to test domain in case of an error

pull/172/head
Max Makarov 2 years ago
committed by GitHub
parent
commit
36b927614d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      blockcheck.sh

3
blockcheck.sh

@ -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…
Cancel
Save