From 0904ef5bd15353b8fc1a221dd5a05b2225703004 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 4 Jul 2021 15:20:48 +0200 Subject: [PATCH] Update GHA workflow [skip travis] --- dev-tools/install-nginx-1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/install-nginx-1.sh b/dev-tools/install-nginx-1.sh index aa8c5dd48..03beb4f46 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -68,8 +68,8 @@ printf "\n" echo "${bold}${green}---------------" echo "${bold}${green}Starting Nginx" echo "${bold}${green}---------------" -sudo systemctl status nginx.service sudo systemctl enable nginx.service +sudo systemctl status nginx.service sudo nginx -t sudo service nginx start #sudo systemctl start nginx