From 33e40a56dc9a8b596972e1a06bb7aad7ec56c637 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 5 Jan 2025 19:53:01 -0600 Subject: fix sed syntax --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 4d52047..6c94294 100755 --- a/deploy.sh +++ b/deploy.sh @@ -41,7 +41,7 @@ cd "$HOME" ~/website/post-publish.sh sed -i 's/) .*/jjanzen@jjanzen.ca (jjanzen)/g' ~/public_html/rss.xml +sed -i 's/.*<\/webMaster>/jjanzen@jjanzen.ca (jjanzen)<\/webMaster>/g' ~/public_html/rss.xml /bin/cp -r "$HOME/public_html"/* "$location" chown -R apache:apache "$location" -- cgit v1.2.3