diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-01 18:22:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-01 18:22:53 +0100 |
| commit | f8401d00a43f16b83009241aa7f34041d73a25b3 (patch) | |
| tree | 6a08cf021bb1d9464240cc2583053563afee0f6c /dyndns.mk | |
| parent | b79037c055020767217a426177e05bc414b685ad (diff) | |
fixes indent in dyndns.mk
Diffstat (limited to 'dyndns.mk')
| -rw-r--r-- | dyndns.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,9 +11,9 @@ endef define uninstall_dyndns_module_rule = .PHONY: uninstall_dyndns_module_$(module) uninstall_dyndns_module_$(module): - $(if $(SUBDOMAIN_$(module)), \ - sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net - ) + $(if $(SUBDOMAIN_$(module)), \ + sudo rm -f /etc/periodic/daily/dyndns-$(SUBDOMAIN_$(module)).joeac.net + ) endef $(foreach module,$(ALL_MODULES), $(eval $(install_dyndns_module_rule))) |
