Browse Source

删除临时文件

tianyunperfect 4 years ago
parent
commit
d256106d7f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      springboot-main/bin/boot.sh

+ 2 - 0
springboot-main/bin/boot.sh

@@ -113,6 +113,8 @@ stop() {
         echo "${APP_NAME} process stop"
       fi
     done
+    # 删除临时文件
+    rm -rf ./tomcat.*
   else
     echo "There is not the process of ${APP_NAME}"
   fi