Ver código fonte

删除临时文件

tianyunperfect 4 anos atrás
pai
commit
d256106d7f
1 arquivos alterados com 2 adições e 0 exclusões
  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