aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2025-01-05 19:50:01 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2025-01-05 19:50:01 -0600
commit3614f3ae19185d72e18b351459df97b07570c9b0 (patch)
treef45af2e1694b495c078cd847aed2b481a77ac9f6
parent270eb5d124fcb6105a963e024169ca965739d25e (diff)
fix sed syntax
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 0771010..4d52047 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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>' ~/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"