diff options
author | makefu <root@pigstarter.de> | 2014-02-26 23:21:32 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-02-26 23:21:32 +0100 |
commit | 741374c72b8feb470674b2a76a11bd3b1bb17ade (patch) | |
tree | 7e2fa0f5ed37206099e5a900e43baf628434619d | |
parent | f3ea7bd0a99103ebd79aa0b53515995d4d333386 (diff) | |
parent | 43fb2f1208c45ae97002d61e131b40161709fbcf (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
-rw-r--r-- | ship/src/refresh-supers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ship/src/refresh-supers b/ship/src/refresh-supers index af31a5df..a35e2229 100644 --- a/ship/src/refresh-supers +++ b/ship/src/refresh-supers @@ -30,4 +30,4 @@ info "replacing old tinc.conf with one" test "${DEBUG:-}" && diff "$tincconf" "$tmp_tincconf" mv "$tmp_tincconf" "$tincconf" -tinc_reload +reload_tinc |