Forráskód Böngészése

shell脚本修改

weiwenhai 7 éve
szülő
commit
3754c08762

+ 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)