commit 65e342ef6089f28368b02d667c82d6b3147ecdeb parent 4b46e6a4d6dcaa6c95df6f6f6441d7fdd5a7b076 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sat, 27 Mar 2021 23:04:23 -0400 Fix blogroll upload script Diffstat:
M | http/generate-blogroll.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/http/generate-blogroll.sh b/http/generate-blogroll.sh @@ -79,6 +79,6 @@ newsboat -e > public/blogroll.opml # Send the new OPML file to the site echo "Uploading blogroll.opml..." -cd public && rsync -rR blogroll.opml paritybit.ca:uploads/ && cd .. +cd public && rsync -rR blogroll.opml paritybit.ca:/var/www/paritybit.ca/ && cd .. exit 0