adds missing space in openrc.mk

This commit is contained in:
2026-07-03 10:06:10 +01:00
parent 536a108040
commit c62f30ec32
4 changed files with 5 additions and 2 deletions
+2
View File
@@ -29,6 +29,8 @@ PORT_vaultwarden := 9000
PUBLIC_ROOT_DIR_ln := /var/ln.joeac.net/public
VAULTWARDEN_DATA_DIR := /var/vaultwarden
$(foreach module,$(ALL_MODULES),$(if $(PORT_$(module)),$(eval \
export $(call capitalise,$(module))_PORT := $(PORT_$(module)))))
$(foreach hostname,$(HOSTNAMES),$(foreach module,$(MODULES_$(hostname)),$(eval \