summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.runner
diff options
context:
space:
mode:
authorAlexey Romanov <alexey.v.romanov@gmail.com>2010-12-07 12:17:47 +0300
committerAlexey Romanov <alexey.v.romanov@gmail.com>2010-12-07 12:17:47 +0300
commit62bfad57a5907a2ba5bee2fb344fa9581bfde66c (patch)
tree0d92effe413b04a71cbac5b17864392bc13eac85 /priv/templates/simplenode.runner
parent0bb429c19751ebdb55f1e15dba5444f6fac6e8ad (diff)
Allow for non-SMP emulator
Diffstat (limited to 'priv/templates/simplenode.runner')
-rwxr-xr-xpriv/templates/simplenode.runner2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/simplenode.runner b/priv/templates/simplenode.runner
index 72d951c..caae421 100755
--- a/priv/templates/simplenode.runner
+++ b/priv/templates/simplenode.runner
@@ -66,7 +66,7 @@ case "$1" in
stop)
# Wait for the node to completely stop...
- PID=`ps -ef|grep "$RUNNER_BASE_DIR/.*/[b]eam.smp|awk '{print $2}'"`
+ PID=`ps -ef|grep "$RUNNER_BASE_DIR/.*/[b]eam|awk '{print $2}'"`
$NODETOOL stop
while `kill -0 $PID 2>/dev/null`;
do