소스 검색

fixed fixperms

Bachir Soussi Chiadmi 4 년 전
부모
커밋
0dd3cc77a7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      fixperms.sh

+ 1 - 0
fixperms.sh

@@ -6,3 +6,4 @@ sh -c "find ./bin -type f | xargs chmod 775"
 sh -c "find . -type d | xargs chmod 775"
 sh -c "find . -type d | xargs chmod +s"
 sh -c"umask 0002"
+chmod +x fixperms.sh