bach il y a 3 ans
Parent
commit
62fc885728
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      fixperms.sh

+ 2 - 1
fixperms.sh

@@ -1,6 +1,7 @@
 #!/bin/sh
-chown -R 1000:http .
+chown -R 1000:www-data .
 find . -type f -exec chmod 664 {} \;
 find ./bin -type f -exec chmod 775 {} \;
 find . -type d -exec chmod 775 {} \;
 find . -type d -exec chmod +s {} \;
+chmod +x ./fixperms.sh