diff options
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/status/sb-net | 2 |
1 files changed, 1 insertions, 1 deletions
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 |