From e26c4bfb6af94db76250f2a0674bb680c9e80f41 Mon Sep 17 00:00:00 2001 From: Marcin Maciaszczyk Date: Tue, 24 Oct 2023 10:20:54 +0200 Subject: [PATCH] run clean as non-admin user --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e7bbdb6a..fd8121d1 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ stop-debug: --run-clean ## Stop docker compose and clean up debug containers .PHONY: --run-clean --run-clean: @echo Cleaning up certs and secrets directory. This needs root permissions... - @sudo rm -rf $(SECRET_DIRECTORY) + @rm -rf $(SECRET_DIRECTORY) @mkdir -p $(SECRET_DIRECTORY) ##@ Build