Browse Source

fix permissions

tags/v1.2
Nico Rey 4 years ago
parent
commit
0193b093f4
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      install.sh

+ 0
- 1
install.sh View File

@@ -169,7 +169,6 @@ sudo cp templates/nginx.cfg /etc/nginx/sites-enabled/default
sudo mkdir -p /var/www/wx
sudo chown -R www-data:www-data /var/www/wx
sudo usermod -a -G www-data pi
sudo newgrp www-data
sudo chmod 775 /var/www/wx
)
sudo systemctl restart nginx


Loading…
Cancel
Save