fixed fixperms
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
chgrp www-data .
|
chgrp nginx .
|
||||||
chgrp -R www-data *
|
chgrp -R nginx *
|
||||||
sh -c "find . -type f | xargs chmod 664"
|
sh -c "find . -type f | xargs chmod 664"
|
||||||
sh -c "find ./bin -type f | xargs chmod 775"
|
sh -c "find ./bin -type f | xargs chmod 775"
|
||||||
sh -c "find . -type d | xargs chmod 775"
|
sh -c "find . -type d | xargs chmod 775"
|
||||||
|
|||||||
Reference in New Issue
Block a user