diff --git a/fixperms.sh b/fixperms.sh index fa21b3c..5ed6cb0 100644 --- a/fixperms.sh +++ b/fixperms.sh @@ -1,5 +1,5 @@ #!/bin/sh -chown -R 1000:www-data . +chown -R webdev:www-data . find . -type f -exec chmod 664 {} \; find ./bin -type f -exec chmod 775 {} \; find . -type d -exec chmod 775 {} \;