fix perm fixperm

This commit is contained in:
Valentin
2022-12-01 12:21:04 +01:00
parent 8343add2f7
commit 42b4ad3438
+1
View File
@@ -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
#