summaryrefslogtreecommitdiff
path: root/dyndns.mk
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-01 18:11:08 +0100
committerJoe Carstairs <me@joeac.net>2026-07-01 18:11:08 +0100
commitc0e6d13a1f3e47aba9d65f605ffeb8365abfda36 (patch)
tree179bcd0ea1791f3c85955ac1cf87ac3346c28925 /dyndns.mk
parent2b00e0399973178ec06b5e43673c0345a6a2895a (diff)
moves stuff to nginx.mk
Diffstat (limited to 'dyndns.mk')
-rw-r--r--dyndns.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/dyndns.mk b/dyndns.mk
index f8be9f7..660bc20 100644
--- a/dyndns.mk
+++ b/dyndns.mk
@@ -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