瀏覽代碼

Fix bashism

pull/3/head
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

Loading…
取消
儲存