@@ -33,7 +33,7 @@ function isAlive() {
a=${ra#*:}
b=${rb#*:}
- echo $a , $b
+ echo $a,$b
yes='Yes'
if [[ $a == 'Yes' && $b == 'Yes' ]];then