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"