浏览代码

fixed fixperms

Bachir Soussi Chiadmi 4 年之前
父节点
当前提交
2d61a4adad
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fixperms.sh

+ 2 - 2
fixperms.sh

@@ -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"