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