diff options
Diffstat (limited to '.local/bin/status/sb-cpu')
-rwxr-xr-x | .local/bin/status/sb-cpu | 2 |
1 files changed, 1 insertions, 1 deletions
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) |