From 70de2dc2d232f73fafeee5f8e6e769917544694e Mon Sep 17 00:00:00 2001 From: "Dmitry K." Date: Tue, 7 May 2024 16:36:33 -0700 Subject: [PATCH] permissions --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5cbe94a34..640454e6e 100644 --- a/Makefile +++ b/Makefile @@ -859,6 +859,7 @@ ignite_install: ## Install ignite. Used by CI and heighliner. ls -lah; \ echo "Moving Ignite CLI to /usr/local/bin..."; \ $$SUDO mv ignite /usr/local/bin/ignite; \ + $$SUDO chmod +x /usr/local/bin/ignite; \ echo "Cleaning up..."; \ rm ignite_28.3.0_$(OS)_$(ARCH).tar.gz; \ echo "Checking if Ignite CLI is in the expected directory..."; \