Explorar o código

fixed fixperms

Bachir Soussi Chiadmi %!s(int64=4) %!d(string=hai) anos
pai
achega
2d61a4adad
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      fixperms.sh

+ 2 - 2
fixperms.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
-chgrp www .
-chgrp -R www *
+chgrp www-data .
+chgrp -R www-data *
 sh -c "find . -type f | xargs chmod 664"
 sh -c "find ./bin -type f | xargs chmod 775"
 sh -c "find . -type d | xargs chmod 775"