From 8861179cb2c7b6666dff932e1e06a2880d4531a1 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 23 Dec 2024 13:11:47 -0800 Subject: [PATCH] Update runShell.sh --- runShell.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runShell.sh b/runShell.sh index 1f1f323..2328f0c 100644 --- a/runShell.sh +++ b/runShell.sh @@ -24,6 +24,6 @@ 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 " RAM: %.2f%%" "$ram_usage" +printf " CPU: %.1f%%" "$cpu_usage" +printf " CPU-T: %.1f°C (%.1f°F)" "$temp" "$tempf" \ No newline at end of file