Browse Source

install: fix permissions for folders

tags/1.5
Nico Rey 3 years ago
parent
commit
02779d003c
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      install.sh

+ 5
- 0
install.sh View File

@@ -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…
Cancel
Save