From 443ba3ad57da9a94934b176172b2ed61e04a90e2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 May 2025 09:32:48 -0400 Subject: [PATCH] Update command print uptime in log --- command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command b/command index fdd55ef6..0527403a 100755 --- a/command +++ b/command @@ -38,7 +38,7 @@ fi uptime=`cat /proc/uptime | awk '{printf "%0.f", $1}'` echo -n "Uptime since boot is " -echo $value +echo $uptime if [[ "$uptime" -lt "60" ]]; then