浏览代码

shell脚本修改

weiwenhai 7 年之前
父节点
当前提交
3754c08762
共有 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-questions-starter-2.0-SNAPSHOT"
+APP_MAIN_JAR="examcloud-core-questions-starter-2.0-SNAPSHOT.jar"
 
 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-questions-starter-2.0-SNAPSHOT"
+APP_MAIN_JAR="examcloud-core-questions-starter-2.0-SNAPSHOT.jar"
 
 FILE_PATH=$(cd `dirname $0`; pwd)