Verifique el resultado de los comandos
if ping -c 1 google.com; then
echo "It appears you have a working internet connection"
fi
Nicolas Chaillou
if ping -c 1 google.com; then
echo "It appears you have a working internet connection"
fi