WANG 6 năm trước cách đây
mục cha
commit
d36f981310
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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