From 3614f3ae19185d72e18b351459df97b07570c9b0 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 5 Jan 2025 19:50:01 -0600 Subject: fix sed syntax --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy.sh') 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/) .*/jjanzen@jjanzen.ca (jjanzen)' ~/public_html/rss.xml +sed -i 's/.*/jjanzen@jjanzen.ca (jjanzen)/g' ~/public_html/rss.xml /bin/cp -r "$HOME/public_html"/* "$location" chown -R apache:apache "$location" -- cgit v1.2.3