oops, had left in an error causing statement.
authorChris Koeritz <fred@gruntose.com>
Sat, 11 Apr 2015 03:28:44 +0000 (23:28 -0400)
committerChris Koeritz <fred@gruntose.com>
Sat, 11 Apr 2015 03:28:44 +0000 (23:28 -0400)
scripts/core/inventory.sh

index dc48419fd2e6dbbd943d29cb3c43e364d4343dfb..4248c2a290a9450a3000cf65c900eb2af1b2e205 100644 (file)
@@ -18,7 +18,6 @@ fi
 
 # test if this uptime knows the -p flag.
 uptime -p &>/dev/null
-errorfudgetime
 if [ $? -eq 0 ]; then
   up="$(uptime -p)"
 else