diff options
| -rw-r--r-- | retiolum/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index bd3ca776..83c4ac12 100644 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -22,7 +22,7 @@ update: hosts  	@echo adding hosts   	bin/update_tinc_hosts restart  	@echo reloading tincd -	pkill -HUP tincd +	pkill -HUP tincd || true  arch-install: update install arch-autostart autohosts  | 
