From 2d6bd675297ae0952af4905a19abdf2e4b22f91c Mon Sep 17 00:00:00 2001 From: EUcancER Date: Wed, 12 Oct 2011 09:52:34 +0200 Subject: //retiolum/Makefile: fix race condition bug when reloading tincd it might be possible the tincd is not running and therefore pkill returns =! 0 in this case --- retiolum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'retiolum/Makefile') 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 -- cgit v1.2.3