From 4c4ae2db766ece0d00460a7d3bbbe27eef2957b0 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 29 Dec 2024 10:53:32 -0600 Subject: fix cp command --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- cgit v1.2.3