소스 검색

fix fixperm

val 1 년 전
부모
커밋
8343add2f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fixperms.sh

+ 1 - 1
fixperms.sh

@@ -1,5 +1,5 @@
 #!/bin/sh
-chown -R 1000:www-data .
+chown -R webdev:www-data .
 find . -type f -exec chmod 664 {} \;
 find ./bin -type f -exec chmod 775 {} \;
 find . -type d -exec chmod 775 {} \;