瀏覽代碼

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)