Skip to content

Commit

Permalink
work
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperknot committed Dec 27, 2023
1 parent 5e6b8aa commit ab1db8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/tile_gen/upload_cloudflare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ ! -f /data/ofm/config/rclone.conf ]; then
fi


rm -f rclone.log
rm -f logs/rclone.log

rclone sync \
--config=/data/ofm/config/rclone.conf \
Expand All @@ -26,7 +26,7 @@ rclone sync \
-v \
--stats-file-name-length 0 \
--stats-one-line \
--log-file rclone.log \
--exclude rclone.log \
--log-file logs/rclone.log \
--exclude 'logs/**' \
. "cf:ofm-$AREA/$RUN_STR"

0 comments on commit ab1db8e

Please sign in to comment.