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
echo "Created: $fname"
echo "Syncing..."
openrsync -a --rsync-path=/usr/bin/openrsync \
${HOME}/patches/ suah.dev:/var/www/deftly/patches/
rsync -a ${HOME}/patches/ suah.dev:/var/www/deftly.net/patches/
URL="https://deftly.net/patches/${name}.diff"
echo ${URL}