Fixed flag

See https://github.com/bonfire-networks/bonfire-app/pull/109#discussion_r767385888 for explanation of why the flag is in place :)
This commit is contained in:
Aaron Meese 2021-12-13 19:06:37 -05:00
parent ce42da3dec
commit 8d55fd8027

View file

@ -54,7 +54,7 @@ pre-config: pre-init ## Initialise env files, and create some required folders,
CONFIG_PATH=$(FLAVOUR_PATH)/config
pre-init:
@echo "Setting flavour to $(FLAVOUR_PATH)"
@ln -sf $(FLAVOUR_PATH)/config ./config
@ln -sfn $(FLAVOUR_PATH)/config ./config
@mkdir -p data/
@ln -sf ../$(FLAVOUR_PATH) ./data/current_flavour
@mkdir -p $(CONFIG_PATH)/prod