Updated rules on 2024-06-21 21:01:25

This commit is contained in:
2024-06-21 21:01:25 +08:00
parent 8f33299e3c
commit 64432ff9ef
4 changed files with 230 additions and 129 deletions

View File

@@ -14,6 +14,8 @@ log() {
echo "$(date '+%Y-%m-%d %H:%M:%S') - $1" | tee -a "$LOG_FILE"
}
git pull origin dev
# 确保输出目录存在
mkdir -p "$OUTPUT_DIR" || { log "Failed to create output directory: $OUTPUT_DIR"; exit 1; }