diff options
| -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  | 
