From 488a94a9297827e0e9d87fa85cf126d41ea0996e Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 23 Mar 2018 22:17:20 +0100 Subject: try fix sync --- scripts/rsync-rpm-repo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/rsync-rpm-repo.sh b/scripts/rsync-rpm-repo.sh index 2433a27..385d672 100755 --- a/scripts/rsync-rpm-repo.sh +++ b/scripts/rsync-rpm-repo.sh @@ -14,12 +14,12 @@ rsync -av --fuzzy --bwlimit=$rate \ --include "*.rpm" \ --include "*/" \ --exclude "*" \ - "$srcdir" "$destdir" + "$srcdir" "$dstdir" echo "#" echo "# rsync repodata, cleanup" rsync -av --delete-after --bwlimit=$rate \ - "$srcdir" "$destdir" + "$srcdir" "$dstdir" echo "#" echo "# done" -- cgit