diff options
author | Michaël Ball <git@michaelball.name> | 2024-03-18 10:27:47 +0000 |
---|---|---|
committer | Michaël Ball <git@michaelball.name> | 2024-03-18 10:27:47 +0000 |
commit | 50859ad6a4986c12098d01c7df0d878791bdb632 (patch) | |
tree | 8a2f01c0ef8d6c51f08c1834046f80da5af8dd95 /vpn.sh | |
parent | 9bd0e8cdc0db5a2698905d523c1663e514ee8989 (diff) |
Update iconsmain
Diffstat (limited to 'vpn.sh')
-rwxr-xr-x | vpn.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,16 +22,16 @@ GET_VPN=$(ip link | grep "tun0\|wg0" | cut -d ' ' -f2) ##Store status in STATUS if [[ $GET_VPN == *"0"* ]] then - STATUS='' + STATUS='' else - STATUS=' ' + STATUS=' ' fi echo " $STATUS" echo " $STATUS" ##Colors -if [[ "$STATUS" == "" ]] +if [[ "$STATUS" == "" ]] then echo "$ON_COLOR" else |