diff options
author | makefu <github@syntax-fehler.de> | 2014-02-26 23:21:10 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2014-02-26 23:21:10 +0100 |
commit | 43fb2f1208c45ae97002d61e131b40161709fbcf (patch) | |
tree | 973dd42c6bf9650733858c10bf1427d71e565518 /ship | |
parent | 9ac3dfec03ffe45bd5a91bb05f233482d078556c (diff) |
fix typo in //ship/src/refresh-supers
Diffstat (limited to 'ship')
-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 |