From 9b29cf3939802ab1cf634e6185f5b0beac52e590 Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 8 Jan 2013 04:55:39 +0700 Subject: new_install: start tinc when finished --- retiolum/scripts/tinc_setup/new_install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'retiolum') diff --git a/retiolum/scripts/tinc_setup/new_install.sh b/retiolum/scripts/tinc_setup/new_install.sh index 410dce62..85a61be8 100755 --- a/retiolum/scripts/tinc_setup/new_install.sh +++ b/retiolum/scripts/tinc_setup/new_install.sh @@ -402,3 +402,6 @@ NICK="${HOSTN}_$(head /dev/urandom | tr -dc "0123456789" | head -c3)" sed "s/^\(.*\)/PRIVMSG $IRCCHANNEL : \1/" hosts/$HOSTN; sleep 5; ) | telnet $IRCSERVER $IRCPORT + +# finish what you have begun! +tincd -n $NETNAME -- cgit v1.2.3