From 0dd3cc77a73fe99ca68af805529a31c11289513e Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Sun, 13 Oct 2019 17:43:44 +0200 Subject: [PATCH] fixed fixperms --- fixperms.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fixperms.sh b/fixperms.sh index a31cdd3..df67e8d 100755 --- a/fixperms.sh +++ b/fixperms.sh @@ -6,3 +6,4 @@ sh -c "find ./bin -type f | xargs chmod 775" sh -c "find . -type d | xargs chmod 775" sh -c "find . -type d | xargs chmod +s" sh -c"umask 0002" +chmod +x fixperms.sh