@@ -1,6 +1,6 @@
#!/bin/sh
-chgrp nginx .
-chgrp -R nginx *
+chgrp www .
+chgrp -R www *
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"