From 57c8948e4e65d9af28a441ef2c38a974c29f90dd Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 16 Jun 2023 17:07:08 +0200 Subject: up --- .local/bin/status/sb-cpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/status/sb-cpu') diff --git a/.local/bin/status/sb-cpu b/.local/bin/status/sb-cpu index 3eba1cb..169b24d 100755 --- a/.local/bin/status/sb-cpu +++ b/.local/bin/status/sb-cpu @@ -12,7 +12,7 @@ printf " " case $(hostname -s) in mother|po-rbo) stats=$(uptime | head -n1) - printf "%s " "$(echo "$stats" | sed 's/.*average: *//;s/,.*//')" + printf "%s" "$(echo "$stats" | sed 's/.*average: *//;s/,.*//')" return ;; mars) -- cgit v1.2.3