Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Aug 24, 2019
1 parent 8c48bac commit 11ecd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/transfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ else
encryptbit=""
if [[ "$uread" == "sc" ]]; then encryptbit="C"; fi

rclone move "$uploadfile" "${readykey}${encryptbit}:/" \
rclone move "$uploadfile" "${readykey}${encryptbit}:/$truepath" \
--config /pg/rclone/blitz.conf \
--log-file=/pg/logs/pgblitz.log \
--log-level INFO --stats 5s --stats-file-name-length 0 \
Expand Down

0 comments on commit 11ecd55

Please sign in to comment.