Tuncer Ayaz 14 роки тому
джерело
коміт
9f5d35991f
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner Переглянути файл

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

Завантаження…
Відмінити
Зберегти