From 5dff054404924b4656632fb4221698074bad4f4b Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 20 Sep 2022 15:44:01 +0200 Subject: up --- .local/bin/status/sb-net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/status/sb-net') diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net index 6a3256b..f116844 100755 --- a/.local/bin/status/sb-net +++ b/.local/bin/status/sb-net @@ -4,7 +4,7 @@ if ifconfig | grep '^tun' >/dev/null 2>&1; then echo -n "歷 " fi -if ! ping -q -c1 -t1 8.8.8.8 >/dev/null 2>&1; then +if ! ping -q -c1 -t1 1.1.1.1 >/dev/null 2>&1; then echo " " return fi -- cgit v1.2.3