summaryrefslogtreecommitdiff
path: root/sh/sbar
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-21 22:13:17 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-04-21 22:13:17 -0700
commit0c40e003145789e027e69f51425ac4201f369d58 (patch)
treea5ed25d94d4105790269db8f45877ccf3b427d0f /sh/sbar
parent9e7482a1d28dd912847b8afc9a3cb71288bba8f7 (diff)
remove ka vps
Diffstat (limited to 'sh/sbar')
-rwxr-xr-xsh/sbar1
1 files changed, 0 insertions, 1 deletions
diff --git a/sh/sbar b/sh/sbar
index b12062b..9bdc8b8 100755
--- a/sh/sbar
+++ b/sh/sbar
@@ -17,7 +17,6 @@ update_net () {
net="$(if nmcli -t --fields type,state device | grep -q '^\(ethernet\|wifi\):connected$'; then echo 1; else echo 0; fi)"
case "$(nmcli -t --fields device,state device)" in
*wg_ia:connected*) wg=I;;
- *wg_ka:connected*) wg=K;;
*wg_mydefault:connected*) wg=D;;
*wg_studio:connected*) wg=S;;
*) wg=0;;