fixed fixperms

This commit is contained in:
2019-10-13 17:06:52 +02:00
parent 84c3fe2c49
commit 2d61a4adad
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/sh
chgrp www .
chgrp -R www *
chgrp www-data .
chgrp -R www-data *
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"