diff --git a/deploy.sh b/deploy.sh index 02d2039..055ea15 100755 --- a/deploy.sh +++ b/deploy.sh @@ -25,5 +25,5 @@ cd ~/dotfiles || exit emacs --batch -f package-initialize --script ~/website/publish.el ~/website/post-publish.sh -cp -r "$HOME/public_html/*" "$location" -chown git:git "$location" +/bin/cp -r "$HOME/public_html"/* "$location" +chown -R apache:apache "$location"