@@ -260,7 +260,7 @@ for option in ${CONFIG_ARRAY[@]}; do
done
echo -en "Checking internet connection... "
timeout 3 ping -c 18.8.8.8 > /dev/null
timeout 3 ping -c 19.9.9.9 > /dev/null
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.