From b8cca42b8563c4b884c63cd59a435fb18c9f676f Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Tue, 17 Sep 2024 20:39:34 +0200 Subject: [PATCH] make sure DATA_DIR is writable by dstar user #50 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d7daf6d..a9e1485 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,7 @@ install : DStarGateway/dstargateway DGWRemoteControl/dgwremotecontrol @mkdir -p $(BIN_DIR) @mkdir -p $(LOG_DIR) @chown dstar:dstar $(LOG_DIR) + @chown dstar:dstar $(DATA_DIR) # Install data $(MAKE) -C Data install