소스 검색

install: fix permissions for folders

tags/1.5
Nico Rey 3 년 전
부모
커밋
02779d003c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      install.sh

+ 5
- 0
install.sh 파일 보기

@@ -245,6 +245,11 @@ echo "

set +e

### Fix permissions on audio/meteor/images folder
sudo chmod -R 775 /var/www/wx/audio/
sudo chmod -R 775 /var/www/wx/images/
sudo chmod -R 775 /var/www/wx/meteor/

### Running WXTOIMG to have the user accept the licensing agreement
wxtoimg



불러오는 중...
취소
저장