소스 검색

Fix quotes

pull/3/head
Alexey Romanov 14 년 전
부모
커밋
4699a7c9c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner 파일 보기

@ -66,7 +66,7 @@ case "$1" in
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
while `kill -0 $PID 2>/dev/null`;
do

불러오는 중...
취소
저장