commit b7f6084cd641f11e1b6cd517bf330751b423f5cc
parent c409311cffa72b431cb79300323403edf5cb66e1
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sat, 15 Jun 2024 22:19:00 +0200
fix: set correct permissions
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -3,7 +3,7 @@
# Deployment for git post-update hook
git-hook-deploy:
- rsync -av ./ ~/ \
+ rsync -rlptD --chown=${USER}:www-data --chmod=770 ./ ~/ \
--exclude=".git/*" \
--exclude=".resue/*" \
--exclude="examples/*" \