Ver a proveniência

Extract column 2 on CYGWIN

pull/3/head
Tuncer Ayaz há 14 anos
ascendente
cometimento
90c5da8033
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      priv/templates/simplenode.runner

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

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

Carregando…
Cancelar
Guardar