diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 10:09:47 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 10:09:47 +0100 |
| commit | e2d3c0537657752359975c62c3f7dc542e63532a (patch) | |
| tree | 95b8298e6bff0bf597ec1242ef1f42ff9315add0 /make/vars.mk | |
| parent | c62f30ec324a511989c80240ebb21bb8c6423eec (diff) | |
make install installs vaultwarden data dir
Diffstat (limited to 'make/vars.mk')
| -rw-r--r-- | make/vars.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/vars.mk b/make/vars.mk index 5411b98..c1c2db1 100644 --- a/make/vars.mk +++ b/make/vars.mk @@ -29,7 +29,7 @@ PORT_vaultwarden := 9000 PUBLIC_ROOT_DIR_ln := /var/ln.joeac.net/public -VAULTWARDEN_DATA_DIR := /var/vaultwarden +export VAULTWARDEN_DATA_DIR := /var/vaultwarden $(foreach module,$(ALL_MODULES),$(if $(PORT_$(module)),$(eval \ export $(call capitalise,$(module))_PORT := $(PORT_$(module))))) |
