Parcourir la source

Allow for non-SMP emulator

pull/3/head
Alexey Romanov il y a 14 ans
Parent
révision
62bfad57a5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner Voir le fichier

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

Chargement…
Annuler
Enregistrer