From 42b4ad3438875de1f023ab3d1855df3dade79d1a Mon Sep 17 00:00:00 2001 From: Valentin Date: Thu, 1 Dec 2022 12:21:04 +0100 Subject: [PATCH] fix perm fixperm --- fixperms.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fixperms.sh b/fixperms.sh index 5ed6cb0..d1f90c5 100644 --- a/fixperms.sh +++ b/fixperms.sh @@ -5,3 +5,4 @@ find ./bin -type f -exec chmod 775 {} \; find . -type d -exec chmod 775 {} \; find . -type d -exec chmod +s {} \; chmod +x ./fixperms.sh +#