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 +#