Update .profile
This commit is contained in:
parent
141ac0927a
commit
ff85994105
2
.profile
2
.profile
|
|
@ -63,7 +63,7 @@ ping -c 1 "$host1" > /dev/null 2>&1
|
|||
if [ $? -ne 0 ]; then
|
||||
echo -e "\033[0;31mAucune connexion Internet n'est disponible.\033[0m"
|
||||
else
|
||||
ping -c 1 "$host2" > /dev/null 2>&1
|
||||
nslookup "$host2" > /dev/null 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo -e "\033[0;31mAucune connexion DNS n'est disponible.\033[0m"
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue