mkdiff: switch to rsync

This commit is contained in:
Aaron Bieber 2022-08-13 06:14:01 -06:00
parent c9761f36b2
commit 9f234b5c2b

View File

@ -14,8 +14,7 @@ else
fi fi
echo "Created: $fname" echo "Created: $fname"
echo "Syncing..." echo "Syncing..."
openrsync -a --rsync-path=/usr/bin/openrsync \ rsync -a ${HOME}/patches/ suah.dev:/var/www/deftly.net/patches/
${HOME}/patches/ suah.dev:/var/www/deftly/patches/
URL="https://deftly.net/patches/${name}.diff" URL="https://deftly.net/patches/${name}.diff"
echo ${URL} echo ${URL}