val hace 1 año
padre
commit
8343add2f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fixperms.sh

+ 1 - 1
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 {} \;