Explorar el Código

Fix bashism

pull/3/head
Tuncer Ayaz hace 14 años
padre
commit
9f5d35991f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner Ver fichero

@ -52,7 +52,7 @@ case "$1" in
start)
# Make sure there is not already a node running
RES=`$NODETOOL ping`
if [ "$RES" == "pong" ]; then
if [ "$RES" = "pong" ]; then
echo "Node is already running!"
exit 1
fi

Cargando…
Cancelar
Guardar