@@ -235,7 +235,7 @@ for option in ${CONFIG_ARRAY[@]}; do
done
echo -en "Checking internet connection... "
curl -o /dev/null google.com -sm3
curl -o /dev/null 1.1.1.1 -sm3
if[[$? !=0]];then
echo -e "\e[31mfailed\e[0m"
exit1
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.