mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Allow for non-SMP emulator
This commit is contained in:
parent
0bb429c197
commit
62bfad57a5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ case "$1" in
|
||||||
|
|
||||||
stop)
|
stop)
|
||||||
# Wait for the node to completely 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
|
$NODETOOL stop
|
||||||
while `kill -0 $PID 2>/dev/null`;
|
while `kill -0 $PID 2>/dev/null`;
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in a new issue