|
|
@@ -63,10 +63,8 @@ else |
|
|
|
sleep 2 |
|
|
|
|
|
|
|
# ... puis refaire un test, en testant 10 ping cette fois |
|
|
|
ping -c10 8.8.8.8 | grep -q '0% packet loss' |
|
|
|
|
|
|
|
if ping -c10 8.8.8.8 | grep -q '0% packet loss' |
|
|
|
# Si la reponse est 0 paquets perdu, alors finalement tout va bien |
|
|
|
if [ $? = 0 ] |
|
|
|
then |
|
|
|
echo -e "\e[32m[OK]\e[39m Internet" |
|
|
|
# Mais si le probleme est toujours present, alors on alerte : |
|
|
|