aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index 5ee9db3..f9ca634 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -39,6 +39,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
/bin/cp -r "$HOME/public_html"/* "$location"
chown -R apache:apache "$location"