Explorar el Código

删除临时文件

tianyunperfect hace 4 años
padre
commit
d256106d7f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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