From 610f1bf461828aa20a126c93b7785d1dda5406f6 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 13:23:08 +0200 Subject: [PATCH] [GHA] Get nginx status --- 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 a5e778106..d8d118ec3 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -70,6 +70,7 @@ echo "${bold}${green}Starting Nginx" echo "${bold}${green}---------------" sudo systemctl enable nginx sudo systemctl start nginx +sudo systemctl status nginx.service } reloadNginX () {