This commit is contained in:
2021-05-12 09:20:45 +02:00
parent c1f2c6d606
commit 62fc885728
+2 -1
View File
@@ -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