From 1de0f4987b5a1ff146996ef31d4d9c94ce933c97 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Sun, 27 Aug 2017 10:35:02 +0200 Subject: [PATCH] Test install-ngxblocker creates custom folders. --- .dev-tools/install-nginx-2.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.dev-tools/install-nginx-2.sh b/.dev-tools/install-nginx-2.sh index c231d8e3b..c96751356 100755 --- a/.dev-tools/install-nginx-2.sh +++ b/.dev-tools/install-nginx-2.sh @@ -103,10 +103,10 @@ sudo chmod +x /usr/sbin/install-ngxblocker # Let's create a folder for the bots.d and conf.d not using Nginx standards # ************************************************************************* -printf '\n%s\n%s\n%s\n\n' "#####################################" "Create our Non-Standard Nginx Folders" "#####################################" -sudo mkdir /usr/local/nginx -sudo mkdir /usr/local/nginx/conf.d -sudo mkdir /usr/local/nginx/bots.d +#printf '\n%s\n%s\n%s\n\n' "#####################################" "Create our Non-Standard Nginx Folders" "#####################################" +#sudo mkdir /usr/local/nginx +#sudo mkdir /usr/local/nginx/conf.d +#sudo mkdir /usr/local/nginx/bots.d # ********************** # Run Install-NgxBlocker