fixes indent in dyndns.mk

This commit is contained in:
2026-07-01 18:22:53 +01:00
parent b79037c055
commit f8401d00a4
+3 -3
View File
@@ -11,9 +11,9 @@ endef
define uninstall_dyndns_module_rule = define uninstall_dyndns_module_rule =
.PHONY: uninstall_dyndns_module_$(module) .PHONY: uninstall_dyndns_module_$(module)
uninstall_dyndns_module_$(module): uninstall_dyndns_module_$(module):
$(if $(SUBDOMAIN_$(module)), \ $(if $(SUBDOMAIN_$(module)), \
sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net
) )
endef endef
$(foreach module,$(ALL_MODULES), $(eval $(install_dyndns_module_rule))) $(foreach module,$(ALL_MODULES), $(eval $(install_dyndns_module_rule)))