diff options
author | makefu <root@pigstarter.de> | 2013-12-29 17:43:02 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-12-29 17:43:02 +0100 |
commit | 02aef1cab3368e46be3359f24f3c2fd293f5b1cb (patch) | |
tree | 0178c3d5d46cdb027473858cf903fc0775d27a87 /retiolum/Makefile | |
parent | e7132b290465eeef89c46ab91bb3deda076de215 (diff) | |
parent | bda622d608dc7a713e27b8ac23d6bb69fcc2649d (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'retiolum/Makefile')
-rwxr-xr-x | retiolum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/Makefile b/retiolum/Makefile index 40c5eacc..feb89f73 100755 --- a/retiolum/Makefile +++ b/retiolum/Makefile @@ -14,7 +14,7 @@ install: upgrade upgrade: update if ! diff -u scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up; then \ sudo cp scripts/tinc_setup/tinc-up /etc/tinc/retiolum/tinc-up; \ - sudo pkill -HUP tincd || :; + sudo pkill -HUP tincd || :; \ fi update: hosts |