Explorar el Código

Extract column 2 on CYGWIN

pull/3/head
Tuncer Ayaz hace 14 años
padre
commit
90c5da8033
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner Ver fichero

@ -79,7 +79,7 @@ case "$1" in
;;
CYGWIN*)
# UID PID PPID TTY STIME COMMAND
PID=`ps -efW|grep "$RUNNER_BASE_DIR/.*/[b]eam"|cut -d' ' -f1`
PID=`ps -efW|grep "$RUNNER_BASE_DIR/.*/[b]eam"|cut -d' ' -f2`
;;
esac
$NODETOOL stop

Cargando…
Cancelar
Guardar