diff options
author | Joe <bousset.rudy@gmail.com> | 2022-09-20 15:44:01 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-09-20 15:44:01 +0200 |
commit | 5dff054404924b4656632fb4221698074bad4f4b (patch) | |
tree | debcf18efa131c707d0009254c0dafcef02fc67e /.local/bin/status | |
parent | up (diff) | |
download | dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.gz dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.bz2 dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.xz dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.zst dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.zip |
up
Diffstat (limited to '.local/bin/status')
-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 |