From 0acef6d71186402e2d5971ab0abea083ce640a96 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 14 Dec 2009 14:33:32 +0100 Subject: [PATCH] Remove whitespaces from RAID status text --- client/lib/tests/RAID.tst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/tests/RAID.tst b/client/lib/tests/RAID.tst index 9c6b59d..7a8c586 100644 --- a/client/lib/tests/RAID.tst +++ b/client/lib/tests/RAID.tst @@ -9,7 +9,7 @@ if [ `uname` = "Darwin" ]; then if [ $? -eq 0 ]; then # Apple Software-RAID detected statusText=`grep "^Status:" "$tmp"` - status=`echo "$statusText" | cut -d' ' -f2-` + status=`echo $statusText | cut -d' ' -f2-` if [ "$status" != "Online" ]; then STATUS=2 TEXT="ERROR - RAID is $status" -- 2.39.2