diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-02 09:06:46 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-02 09:06:46 +0100 |
| commit | a7ea5780cc8a1723e564753d962d6a51ba60fb0b (patch) | |
| tree | e66fa06be958252106d2d038947ce6c93ef95780 /Makefile | |
| parent | 6f06fc950370c661eb302cac9496eb78dbb36f7f (diff) | |
prunes dyndns crontabs on reinstall
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ $(foreach module,$(MODULES),$(eval $(call module_env_rule))) install: install_nginx $(ENV_RULES) $(INSTALL_RULES) install_crontab .PHONY: reinstall -reinstall: reinstall_nginx $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab +reinstall: reinstall_nginx reinstall_dyndns $(ENV_RULES) $(REINSTALL_RULES) reinstall_crontab .PHONY: uninstall uninstall: uninstall_nginx uninstall_dyndns uninstall_joeac.net_service $(UNINSTALL_RULES) uninstall_crontab |
