fix cp command
This commit is contained in:
parent
8587af9edf
commit
4c4ae2db76
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue