Browse Source

fix perm fixperm

Valentin 2 năm trước cách đây
mục cha
commit
42b4ad3438
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      fixperms.sh

+ 1 - 0
fixperms.sh

@@ -5,3 +5,4 @@ find ./bin -type f -exec chmod 775 {} \;
 find . -type d -exec chmod 775 {} \;
 find . -type d -exec chmod +s {} \;
 chmod +x ./fixperms.sh
+#