fix rsync

This commit is contained in:
jjanzen 2025-04-01 13:01:19 -05:00
parent 08afe16530
commit eaeeb00fcc

View file

@ -44,6 +44,6 @@ sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
sed -i 's/<webMaster>.*<\/webMaster>/<webMaster>jjanzen@jjanzen.ca (jjanzen)<\/webMaster>/g' ~/public_html/rss.xml
sed -i 's/<author>.*<\/author>/<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"