Skip to content

Commit

Permalink
Fixing rclone path for new image
Browse files Browse the repository at this point in the history
  • Loading branch information
JS Fillman committed May 1, 2024
1 parent 07e1972 commit 059ba73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/zip2cloud
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ cd ${ZIP_DIR} || exit
for file in ${final_uploads}; do
echo "RClone-ing ${file} to GCP ${REMOTE}"
# echo "Not actually cloning ${file}, just testing"
/bin/rclone sync -v "$file" ${REMOTE}/
/usr/bin/rclone sync -v "$file" ${REMOTE}/
done

### End Upload

0 comments on commit 059ba73

Please sign in to comment.