diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ cd ~/dotfiles || exit emacs --batch -f package-initialize --script ~/website/publish.el ~/website/post-publish.sh +sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html + /bin/cp -r "$HOME/public_html"/* "$location" chown -R apache:apache "$location" chmod -R 775 "$location" |