Ver código fonte

fix boucle

master
heuzef 5 anos atrás
pai
commit
c63c07ab6a
1 arquivos alterados com 1 adições e 3 exclusões
  1. +1
    -3
      scripts/check_services.sh

+ 1
- 3
scripts/check_services.sh Ver arquivo

@@ -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 :


Carregando…
Cancelar
Salvar