From 14982c1790955e65515ccb4cae8dfeca16a7083c Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sat, 1 May 2021 15:17:53 -0400 Subject: [PATCH] customize makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c89447f..4e50cc9 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ nginx_server_blocks := $(shell ./scripts/listnginxserverblocks.sh) pre: - chmod -R u+x ./scripts + @chmod -R u+x ./scripts # Formats Nginx configuration files nginxfmt: pre