فهرست منبع

fixed fixperms

Bachir Soussi Chiadmi 4 سال پیش
والد
کامیت
84c3fe2c49
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      fixperms.sh

+ 2 - 2
fixperms.sh

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