summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/status/sb-net6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net
index f116844..aa7485b 100755
--- a/.local/bin/status/sb-net
+++ b/.local/bin/status/sb-net
@@ -2,11 +2,11 @@
# if ifconfig | grep -F ' active' >/dev/null; then
if ifconfig | grep '^tun' >/dev/null 2>&1; then
- echo -n "歷 "
+ echo -n " "
fi
if ! ping -q -c1 -t1 1.1.1.1 >/dev/null 2>&1; then
- echo " "
+ echo "轢 "
return
fi
-echo " "
+echo "歷 "