From afa41c6ecd814a6de3ae51574ccc8b69bd7afa79 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 23 Dec 2024 13:12:06 -0800 Subject: [PATCH] Update runShell.sh --- runShell.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runShell.sh b/runShell.sh index 2328f0c..7785d59 100644 --- a/runShell.sh +++ b/runShell.sh @@ -23,7 +23,7 @@ else fi # print telemetry data -printf "Disk: %s" "$free_space" -printf " RAM: %.2f%%" "$ram_usage" -printf " CPU: %.1f%%" "$cpu_usage" -printf " CPU-T: %.1f°C (%.1f°F)" "$temp" "$tempf" \ No newline at end of file +printf "Disk:%s" "$free_space" +printf " RAM:%.2f%%" "$ram_usage" +printf " CPU:%.1f%%" "$cpu_usage" +printf " CPU-T:%.1f°C (%.1f°F)" "$temp" "$tempf" \ No newline at end of file