From 898337eac37e3bc0da866df433ee28753e1e1150 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 10 Apr 2015 23:26:23 -0400 Subject: [PATCH] third try lucky? --- scripts/core/inventory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/inventory.sh b/scripts/core/inventory.sh index 647f943a..c322fcf3 100644 --- a/scripts/core/inventory.sh +++ b/scripts/core/inventory.sh @@ -22,7 +22,7 @@ errorfudgetime if [ $? -eq 0 ]; then up="$(uptime -p)" else - up="$(uptime | awk '{print $2 " " $1 }')" + up="$(uptime | awk '{print $2 " " $3 " " $4 " plus " $1 }')" fi echo -- 2.34.1