WANG há 6 anos atrás
pai
commit
d36f981310
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      examcloud-core-examwork-starter/shell/stop.sh

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

@@ -6,6 +6,7 @@ APP_MAIN_JAR="examcloud-core-examwork-starter-"$APP_VERSION"-SNAPSHOT.jar"
 
 PID_LIST=`ps -ef|grep $APP_MAIN_JAR|grep java|awk '{print $2}'`
 
+
 if [ ! -z "$PID_LIST" ]; then
     echo "Runnable jar is $APP_MAIN_JAR."
     for PID in $PID_LIST