Update install.sh

This commit is contained in:
phahulin 2017-11-10 19:20:11 +03:00 committed by GitHub
parent 888fe1ddc6
commit e1423f53e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ install_nginx() {
echo "=====> install_nginx"
sudo apt-get install -y nginx
curl -sL "${NGINX_FILE_LOC}" | sed "s/ADMIN_USERNAME/${ADMIN_USERNAME}/g" | sudo tee /etc/nginx/sites-enabled/default > /dev/null
sudo service nginx start
sudo service nginx restart
echo "<===== install_nginx"
}