Quellcode durchsuchen

fix permissions

tags/v1.1
Nico Rey vor 4 Jahren
Ursprung
Commit
8604e3614b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      install.sh

+ 2
- 2
install.sh Datei anzeigen

@@ -173,10 +173,10 @@ sudo cp templates/nginx.cfg /etc/nginx/sites-enabled/default
)
sudo systemctl restart nginx
if [ ! -e /var/www/wx/index.html ]; then
cp templates/index.html /var/www/wx/index.html
sudo cp templates/index.html /var/www/wx/index.html
fi
if [ ! -e /var/www/wx/logo-small.png ]; then
cp templates/logo-small.png /var/www/wx/logo-small.png
sudo cp templates/logo-small.png /var/www/wx/logo-small.png
fi
log_done "Nginx configured"



Laden…
Abbrechen
Speichern