Browse Source

Extract column 2 on CYGWIN

pull/3/head
Tuncer Ayaz 14 years ago
parent
commit
90c5da8033
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner View File

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

Loading…
Cancel
Save