Explorar el Código

Fix ownership of www folders

tags/v1.6
Nico Rey hace 3 años
padre
commit
c3d0d16382
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      install.sh

+ 1
- 1
install.sh Ver fichero

@@ -184,7 +184,7 @@ log_running "Setting up Nginx..."
sudo cp templates/nginx.cfg /etc/nginx/sites-enabled/default
(
sudo mkdir -p /var/www/wx/images
sudo chown -R www-data:www-data /var/www/wx
sudo chown -R pi:pi /var/www/wx
sudo usermod -a -G www-data pi
sudo chmod 775 /var/www/wx
)


Cargando…
Cancelar
Guardar