From a89353eeb8727e31baa6093817be37583a34c41e Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 22 Jun 2024 02:26:08 +0100 Subject: Tons of changes --- Scripts/.local/scripts/status/connection | 3 --- 1 file changed, 3 deletions(-) (limited to 'Scripts/.local/scripts/status/connection') diff --git a/Scripts/.local/scripts/status/connection b/Scripts/.local/scripts/status/connection index 277dedf..f2e6fb4 100755 --- a/Scripts/.local/scripts/status/connection +++ b/Scripts/.local/scripts/status/connection @@ -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 -- cgit v1.2.3-13-gbd6f