Tons of changes
This commit is contained in:
@@ -5,9 +5,6 @@ if [[ $internet == "connected" ]]
|
||||
then
|
||||
con=$(nmcli | grep "connected to" | sed "s/.*: connected to \(.*\)/\1/g")
|
||||
echo "" $con
|
||||
elif [[ $internet == "disconnected" ]]
|
||||
then
|
||||
echo ""
|
||||
else
|
||||
echo " Not Connected"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user