[fix] cleanup

This commit is contained in:
alban 2020-09-24 15:45:34 +02:00
parent 3422f8b467
commit 67ed0cb9e0
3 changed files with 124 additions and 120 deletions

View file

@ -11,7 +11,6 @@ echo -e "\e[0m\n"
# Check the ip address on the machine
checkNetwork(){
echo -e "\Checking network connectivity..."
ping=$( ping 1.1.1.1 -c 1 -W 2 &>/dev/null; echo $?;)