Bachir Soussi Chiadmi před 4 roky
rodič
revize
efbece443e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      fixperms.sh

+ 2 - 2
fixperms.sh

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