Browse Source

提交题库配置文件

weiwenhai 6 years ago
parent
commit
2447b3f774

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

@@ -25,5 +25,6 @@ nohup java $JAVA_OPTS -jar $FILE_PATH/lib/$APP_MAIN_JAR $APP_ARGS >/dev/null 2>&
 
 echo "starting......"
 
+
 exit 0
 

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

@@ -15,4 +15,5 @@ if [ ! -z "$PID_LIST" ]; then
     echo "stopped !"
 fi
 
+
 exit 0