summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpost-receive2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive b/post-receive
index f1e07b6..5c3bf0d 100755
--- a/post-receive
+++ b/post-receive
@@ -30,5 +30,5 @@ mv acron dist/
mv minecraft-pacman dist/
cd $GITDIR
-rsync -r --delete $BUILDDIR/dist /usr/local/www/index/
+rsync -r --delete $BUILDDIR/dist/ /srv/http/index/
rm -rf $BUILDDIR