fix author

This commit is contained in:
Jacob Janzen 2025-01-05 19:55:16 -06:00
parent 33e40a56dc
commit 2140698d15

View file

@ -42,6 +42,7 @@ cd "$HOME"
sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html 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/<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
/bin/cp -r "$HOME/public_html"/* "$location" /bin/cp -r "$HOME/public_html"/* "$location"
chown -R apache:apache "$location" chown -R apache:apache "$location"