From: Chris Koeritz Date: Sat, 11 Apr 2015 03:26:23 +0000 (-0400) Subject: third try lucky? X-Git-Tag: 2.140.90~661 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=898337eac37e3bc0da866df433ee28753e1e1150;p=feisty_meow.git third try lucky? --- 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