fix sed syntax
This commit is contained in:
parent
3614f3ae19
commit
33e40a56dc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ cd "$HOME"
|
||||||
~/website/post-publish.sh
|
~/website/post-publish.sh
|
||||||
|
|
||||||
sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
|
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"
|
/bin/cp -r "$HOME/public_html"/* "$location"
|
||||||
chown -R apache:apache "$location"
|
chown -R apache:apache "$location"
|
||||||
|
|
Loading…
Add table
Reference in a new issue