fix cp command

This commit is contained in:
Jacob Janzen 2024-12-29 10:53:32 -06:00
parent 8587af9edf
commit 4c4ae2db76

View file

@ -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"