moves stuff to nginx.mk

This commit is contained in:
2026-07-01 18:11:08 +01:00
parent 2b00e03999
commit c0e6d13a1f
5 changed files with 31 additions and 39 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ define uninstall_dyndns_module_rule =
.PHONY: uninstall_dyndns_module_$(module)
uninstall_dyndns_module_$(module):
$(if $(SUBDOMAIN_$(module)), \
rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net
sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net
)
endef