From faf609b30f986b9d2ef51d84e1b0e50ec7a027d5 Mon Sep 17 00:00:00 2001 From: mcolonna Date: Tue, 17 Jun 2025 13:42:33 +0200 Subject: [PATCH] dev: minor --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5f796c5..401dc87 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ run : $(CERT_PATH_FILES) echoo "Running '$(SRC_COMPOSE)'..." cd -- $(SRC_COMPOSE) DATABASE_PWD="$(DATABASE_PWD)" $(DOCKER) compose up --build - cd - + >/dev/null cd - ## Remove all content of the website. @@ -42,7 +42,7 @@ reset : echoo "Removing all data..." cd -- $(SRC_COMPOSE) docker compose down -v - cd - + >/dev/null cd - ## 'reset' then 'run' @@ -93,7 +93,7 @@ $(CERT_PATH_FILES) : echo "=====" echo - cd - + >/dev/null cd - ## Remove the SSL certificate.