From c94087f8104f849e6f098d8b489761ad684b58a2 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 14:46:22 +0200 Subject: [PATCH] [GHA] fix nginx restarts --- dev-tools/install-nginx-1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-tools/install-nginx-1.sh b/dev-tools/install-nginx-1.sh index 919b205b3..cf9a0edd3 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -69,6 +69,7 @@ echo "${bold}${green}---------------" echo "${bold}${green}Starting Nginx" echo "${bold}${green}---------------" sudo systemctl status nginx.service +sudo systemctl start nginx sudo systemctl restart nginx }