diff options
author | makefu <github@syntax-fehler.de> | 2013-01-08 04:55:39 +0700 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2013-01-08 04:55:39 +0700 |
commit | 9b29cf3939802ab1cf634e6185f5b0beac52e590 (patch) | |
tree | d9e7adf62afcf7a08d0930e32a8bf85041c470c7 /retiolum | |
parent | 53375eb994411bd6f37e8b4d807cd51c49e102da (diff) |
new_install: start tinc when finished
Diffstat (limited to 'retiolum')
-rwxr-xr-x | retiolum/scripts/tinc_setup/new_install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |