make sure DATA_DIR is writable by dstar user #50

develop
Geoffrey Merck 1 year ago
parent 340c322bf9
commit b8cca42b85

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.