[fix] cleanup
This commit is contained in:
parent
3422f8b467
commit
67ed0cb9e0
3 changed files with 124 additions and 120 deletions
|
|
@ -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 $?;)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue