This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CLEAN_QIMENLOG/clean_logs.sh
T
wsh5485 87ccaaa5a2 feat: 添加日志清理脚本及使用说明文档
添加自动清理qimen日志的脚本和详细使用说明
包含定时任务配置方法和时间格式说明
2025-06-17 16:12:15 +08:00

3 lines
115 B
Bash

#!/bin/bash
# Clear qimen logs at 10pm daily
find /home/data/www/ipos/logs/qimen_log/ -type f -name "*.txt" -delete