Przeglądaj źródła

Fix quotes

pull/3/head
Alexey Romanov 14 lat temu
rodzic
commit
4699a7c9c5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz