make install installs vaultwarden data dir

This commit is contained in:
2026-07-03 10:09:47 +01:00
parent c62f30ec32
commit e2d3c05376
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -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)))))