This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Extract column 2 on CYGWIN
pull/3/head
Tuncer Ayaz
14 years ago
parent
a6063692b2
commit
90c5da8033
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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' ' -f
1
`
PID=`ps -efW|grep "$RUNNER_BASE_DIR/.*/[b]eam"|cut -d' ' -f
2
`
;;
esac
$NODETOOL stop
Write
Preview
Loading…
Cancel
Save