From eaeeb00fcc9c591aeffe5c1ea217beea99d07cb3 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 1 Apr 2025 13:01:19 -0500 Subject: [PATCH] fix rsync --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 1c561a1..26b15dd 100755 --- a/deploy.sh +++ b/deploy.sh @@ -44,6 +44,6 @@ sed -i 's/) .*<\/webMaster>/jjanzen@jjanzen.ca (jjanzen)<\/webMaster>/g' ~/public_html/rss.xml sed -i 's/.*<\/author>/jjanzen@jjanzen.ca (jjanzen)<\/author>/g' ~/public_html/rss.xml -rsync -a -v --delete-after "$/HOME/public_html/" "$location" +rsync -a -v --delete-after "$HOME/public_html/" "$location" chown -R apache:apache "$location" chmod -R 775 "$location"