diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-05 19:53:01 -0600 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2025-01-05 19:53:01 -0600 |
commit | 33e40a56dc9a8b596972e1a06bb7aad7ec56c637 (patch) | |
tree | 252286c680c63a716d99c2f757690bb2fa14ef4d | |
parent | 3614f3ae19185d72e18b351459df97b07570c9b0 (diff) |
fix sed syntax
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ cd "$HOME" ~/website/post-publish.sh 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 /bin/cp -r "$HOME/public_html"/* "$location" chown -R apache:apache "$location" |