@@ -33,6 +33,8 @@ function isAlive() {
a=${ra#*:}
b=${rb#*:}
+ a=`echo $a | xargs`
+ b=`echo $b | xargs`
echo $a,$b
yes='Yes'