From fbe79dc28a489d15949aef71da74a3ec280d9ddd Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 12:49:38 +0200 Subject: [PATCH] [GHA] FIX Nginx folder locations --- 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 8bbc56564..a2dc08da4 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -94,7 +94,7 @@ echo "${bold}${yellow}Delete any default files installed by Nginx" echo "${bold}${yellow}-------------------------------------------" sudo rm /etc/nginx/sites-available/* sudo rm /etc/nginx/sites-enabled/* -sudo rm ./var/www/html/* +sudo rm /var/www/html/* printf "\n" echo "${bold}${yellow}---------------------" echo "${bold}${yellow}Setup Vhost for Nginx"