val 1 år sedan
förälder
incheckning
8343add2f7
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 {} \;