Explorar o código

fix logic error

Grega Bremec hai 7 meses
pai
achega
f2240412f2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/remove-logdirs.sh

+ 1 - 1
code/remove-logdirs.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-if [ ! "$(echo ./broker?)" = "./broker?" ]; then
+if [ "$(echo ./broker?)" = "./broker?" ]; then
     echo "ERROR: Can not find broker directories in current working dir."
     echo "       Run this script from your lab directory."
     exit 1