Skip to content

Commit

Permalink
fix: correcting the path
Browse files Browse the repository at this point in the history
  • Loading branch information
ash0ne committed May 2, 2024
1 parent cdc2836 commit 516311e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sync_data() {
if [ "$DRY_RUN" = "true" ]; then
echo "Performing a dry run..."
echo "-----------------------"
rclone sync /data "$REMOTE":/rclone-backup-test --dry-run
rclone sync /data "$REMOTE":/rclone-backup --dry-run
else
rclone sync /data "$REMOTE":/rclone-backup-test --verbose
rclone sync /data "$REMOTE":/rclone-backup --verbose
fi
}

Expand Down

0 comments on commit 516311e

Please sign in to comment.