浏览代码

fix boucle

master
heuzef 5 年前
父节点
当前提交
c63c07ab6a
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      scripts/check_services.sh

+ 1
- 3
scripts/check_services.sh 查看文件

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


正在加载...
取消
保存