From efbece443e2e41eb578b0a6e27fa1c826e35a7f0 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 13 Oct 2019 17:14:29 +0200 Subject: [PATCH] fixed fixperms --- fixperms.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixperms.sh b/fixperms.sh index 4bf7a24..f7c5858 100755 --- a/fixperms.sh +++ b/fixperms.sh @@ -1,6 +1,6 @@ #!/bin/sh -chgrp www-data . -chgrp -R www-data * +chgrp nginx . +chgrp -R nginx * sh -c "find . -type f | xargs chmod 664" sh -c "find ./bin -type f | xargs chmod 775" sh -c "find . -type d | xargs chmod 775"