From 2279ae93304b63dbf91c03cf54e6b3bd348fbbb3 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:30:05 +0200 Subject: [PATCH] Update GHA workflow [skip travis] --- dev-tools/install-nginx-1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tools/install-nginx-1.sh b/dev-tools/install-nginx-1.sh index 03beb4f46..7d1fadfd1 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -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 }