diff options
author | lassulus <Lassulus@googlemail.com> | 2011-11-09 23:19:49 +0100 |
---|---|---|
committer | lassulus <Lassulus@googlemail.com> | 2011-11-09 23:19:49 +0100 |
commit | 44a6e46c1f134a548dff6c71d245e1b793e80d6b (patch) | |
tree | 978f2920cfc148cc10d966629ceef37696aa746b | |
parent | 661ae4c1b74121cb17d5acfd78ba1f8e23fd825f (diff) |
update_tinc_hosts fixed by tv
-rwxr-xr-x | retiolum/bin/update_tinc_hosts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/bin/update_tinc_hosts b/retiolum/bin/update_tinc_hosts index 86a28992..cec2740a 100755 --- a/retiolum/bin/update_tinc_hosts +++ b/retiolum/bin/update_tinc_hosts @@ -17,7 +17,7 @@ es='# END OF RETIOLUM' case "${*-I am made of stupid}" in (start|restart) - hosts | $0 replace magic + hosts | grep ^42 | $0 replace magic ;; (stop) $0 clear magic |