aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:53:32 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-12-29 10:53:32 -0600
commit4c4ae2db766ece0d00460a7d3bbbe27eef2957b0 (patch)
tree6c53012f2600d61819a0b6dcf6669864843e92d8
parent8587af9edfe8d1a2f9b11863b324b027be40887a (diff)
fix cp command
-rwxr-xr-xdeploy.sh4
1 files 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"