From 911d113185a349e299e25bfe92383ce0c0f5d5cc Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 13:13:01 +0200 Subject: [PATCH] [GHA] FIX don't cd to other folders --- 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 5ca538906..0f3a7e4aa 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -68,7 +68,7 @@ printf "\n" echo "${bold}${green}---------------" echo "${bold}${green}Reloading Nginx" echo "${bold}${green}---------------" -sudo nginx -t && sudo nginx -s reload +sudo nginx -t && sudo systemctl reload nginx } waitforReload () {