From 21da0f09d3c91f162a8e20628e523b918ecf6a8c Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Wed, 21 May 2025 17:32:08 -0400 Subject: [PATCH] fix path generation in makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4ca4b40..a16138a 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,9 @@ setup-user: --disabled-password \ --home /home/git \ git - mkdir -p $(DATA_PATH)/{custom,data,log} + mkdir -p $(DATA_PATH)/custom + mkdir -p $(DATA_PATH)/data + mkdir -p $(DATA_PATH)/log mkdir -p $(CONFIG_PATH) chown -R git:git $(DATA_PATH)/ chmod -R 750 $(DATA_PATH)/