From fd2153dca4ad8d79dc70b3c9327fba6de5e50264 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 7 Oct 2022 12:33:13 +0200 Subject: up --- .local/bin/status/sb-net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net index 504eb8f..87d2438 100755 --- a/.local/bin/status/sb-net +++ b/.local/bin/status/sb-net @@ -1,7 +1,7 @@ #!/bin/sh if ifconfig | grep '^tun' >/dev/null 2>&1; then - echo -n " " + echo -n " " fi if ! ping -q -c1 -t1 1.1.1.1 >/dev/null 2>&1; then echo "ﰸ " -- cgit v1.2.3