diff options
author | Joe <rbo@gmx.us> | 2024-12-24 21:54:59 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-24 21:54:59 +0100 |
commit | 4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f (patch) | |
tree | 784b8b42a7fb2172414a397b72bdac37c6f87de9 /.local/bin/status/sb-net | |
parent | up (diff) | |
download | dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.tar.gz dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.tar.bz2 dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.tar.xz dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.tar.zst dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.zip |
status up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/status/sb-net | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net index 7811800..50fdc0a 100755 --- a/.local/bin/status/sb-net +++ b/.local/bin/status/sb-net @@ -13,11 +13,11 @@ if echo "${ifc}" | grep -E '^zt' >/dev/null 2>&1; then echo -n " " fi if echo "${ifc}" | grep -E '^tun|^vpn' >/dev/null 2>&1; then - echo -n " " + echo -n " " fi if ! $ping >/dev/null 2>&1; then - echo "ﰸ " - return + echo "" + exit fi -echo "" +echo "" |