提交 8d0eb9fa 编写于 作者: 孤思冥想's avatar 孤思冥想

Update clear_history_file.sh

上级 646ac96c
......@@ -2,7 +2,7 @@
#按照时间排序,保留最近数量文件,多出部分删除
STORE_NUM=20
OUT_LOG="/tmp/clear_$(date +%Y%m%d%H%M).out"
APP_LIST=$(find /app/nginx/html/lkl-zf-* -type d -mindepth 1 -maxdepth 1 )
APP_LIST=$(find /app/nginx/html/level-one-* -type d -mindepth 1 -maxdepth 1 )
function clear_ver(){
for APP_PATH in $APP_LIST
do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册