Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
reynico committed May 30, 2020
1 parent 8d68670 commit 8604e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8604e36

Please sign in to comment.