Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yujingz committed Aug 21, 2024
1 parent bf0e40f commit a907325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/watch-and-upload/watch-and-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fi
# 定义日志文件
UPLOAD_LOGS="$HOME/.UPLOAD_LOGS"
RECORD_LOGS="$HOME/.RECORD_LOGS"
NAMING_PATTERN="auto-upload-upload2-$(date +'%Y-%m-%d-%H')"
NAMING_PATTERN="auto-upload-$(date +'%Y-%m-%d-%H')"

# 确保日志文件存在
touch "$UPLOAD_LOGS" "$RECORD_LOGS"
Expand Down

0 comments on commit a907325

Please sign in to comment.