diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-05 19:55:16 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-05 19:55:16 -0600 |
commit | 2140698d15c67d6e3ccc9fb3bf85bb9486fe899f (patch) | |
tree | 7949ef5a19484a1018b3e52ad3b64ed79ee3c058 | |
parent | 33e40a56dc9a8b596972e1a06bb7aad7ec56c637 (diff) |
fix author
-rwxr-xr-x | deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ cd "$HOME" 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 /bin/cp -r "$HOME/public_html"/* "$location" chown -R apache:apache "$location" |