Bläddra i källkod

Fix bashism

pull/3/head
Tuncer Ayaz 14 år sedan
förälder
incheckning
9f5d35991f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner Visa fil

@ -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

Laddar…
Avbryt
Spara