diff options
author | Joe <rbo@gmx.us> | 2023-12-03 02:42:44 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-03 02:42:44 +0100 |
commit | fd5e536a0a343e2902223cf68a1e86d333d89042 (patch) | |
tree | 57c47e5e41b894a8c0f0242026e908f9668efe73 /.local/bin | |
parent | up (diff) | |
download | dotfiles-bsd-fd5e536a0a343e2902223cf68a1e86d333d89042.tar.gz dotfiles-bsd-fd5e536a0a343e2902223cf68a1e86d333d89042.tar.bz2 dotfiles-bsd-fd5e536a0a343e2902223cf68a1e86d333d89042.tar.xz dotfiles-bsd-fd5e536a0a343e2902223cf68a1e86d333d89042.tar.zst dotfiles-bsd-fd5e536a0a343e2902223cf68a1e86d333d89042.zip |
up
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/status/sb-net | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net index 50cc9a5..9dd4a86 100755 --- a/.local/bin/status/sb-net +++ b/.local/bin/status/sb-net @@ -1,8 +1,8 @@ #!/bin/sh case $(hostname -s) in - mother|po-rbo) ping="ping -c1 -w1 1.1.1.1" ;; - mars) ping="ping -c1 -t1 1.1.1.1" ;; + mother|po-rbo) ping="ping -c1 -w1 9.9.9.9" ;; + mars) ping="ping -c1 -t1 9.9.9.9" ;; esac if ifconfig | grep -E '^tun|^vpn' >/dev/null 2>&1; then echo -n " " |