Explorar el Código

fixed fixperms

Bachir Soussi Chiadmi hace 4 años
padre
commit
84c3fe2c49
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      fixperms.sh

+ 2 - 2
fixperms.sh

@@ -1,6 +1,6 @@
 #!/bin/sh
-chgrp www-data .
-chgrp -R www-data *
+chgrp www .
+chgrp -R www *
 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"