Update GHA workflow [skip travis]

This commit is contained in:
Mitchell Krog 2021-07-04 15:30:05 +02:00
parent 0904ef5bd1
commit 2279ae9330
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -69,9 +69,9 @@ echo "${bold}${green}---------------"
echo "${bold}${green}Starting Nginx"
echo "${bold}${green}---------------"
sudo systemctl enable nginx.service
sudo systemctl status nginx.service
#sudo systemctl status nginx.service
sudo nginx -t
sudo service nginx start
sudo systemctl start nginx.service
#sudo systemctl start nginx
#sudo systemctl restart nginx
}