~clean up scripts

Remove any redundant info, only leaving what is absolutely necessary.
This commit is contained in:
dx
2020-07-15 15:34:53 +01:00
parent e2cede510b
commit b41c6dfec4
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
internet=$(nmcli g | sed -n 2p | awk '{print $1}')
if [[ $internet == "connected" ]]
then
echo " Connected"
echo ""
else
echo " Not connected"
echo ""
fi