소스 검색

shell脚本修改提交

weiwenhai 7 년 전
부모
커밋
4d4c9345a9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      examcloud-core-questions-starter/shell/start.sh
  2. 1 1
      examcloud-core-questions-starter/shell/stop.sh

+ 1 - 1
examcloud-core-questions-starter/shell/start.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-APP_MAIN_JAR="examcloud-core-basic-starter-2.0-SNAPSHOT.jar"
+APP_MAIN_JAR="examcloud-core-questions-starter-2.0-SNAPSHOT"
 
 FILE_PATH=$(cd `dirname $0`; pwd)
 

+ 1 - 1
examcloud-core-questions-starter/shell/stop.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-APP_MAIN_JAR="examcloud-core-basic-starter-2.0-SNAPSHOT.jar"
+APP_MAIN_JAR="examcloud-core-questions-starter-2.0-SNAPSHOT"
 
 FILE_PATH=$(cd `dirname $0`; pwd)