소스 검색

update shell

deason 1 년 전
부모
커밋
a3bd0e1790
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      examcloud-core-basic-starter/shell/stop.sh

+ 1 - 2
examcloud-core-basic-starter/shell/stop.sh

@@ -1,7 +1,6 @@
 #!/bin/bash
 
-PROJECT_JAR=`find . -name "examcloud-core-basic-starter*.jar"`
-PROJECT_JAR=${PROJECT_JAR:6}
+PROJECT_JAR="examcloud-core-basic-starter"
 
 ps -ef | grep $PROJECT_JAR | grep java | awk '{printf("kill -15 %s\n",$2)}' | sh
 BUILD_ID=DONTKILLME