瀏覽代碼

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



Loading…
取消
儲存