소스 검색

fix perm fixperm

Valentin 2 년 전
부모
커밋
42b4ad3438
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
+#