stanley-king 3 anni fa
parent
commit
95e9cd6417
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      util/purge.sh

+ 1 - 1
util/purge.sh

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