fix path generation in makefile

This commit is contained in:
eyedeekay
2025-05-21 17:32:08 -04:00
parent 316c71d06c
commit 21da0f09d3

View File

@ -44,7 +44,9 @@ setup-user:
--disabled-password \ --disabled-password \
--home /home/git \ --home /home/git \
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) mkdir -p $(CONFIG_PATH)
chown -R git:git $(DATA_PATH)/ chown -R git:git $(DATA_PATH)/
chmod -R 750 $(DATA_PATH)/ chmod -R 750 $(DATA_PATH)/