summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/tinc_setup/install.sh
diff options
context:
space:
mode:
authoreuer <root@euer.krebsco.de>2012-12-07 22:53:52 +0100
committereuer <root@euer.krebsco.de>2012-12-07 22:53:52 +0100
commitd263d0e9e7e6c37f793eb3ec1908d188849f5d02 (patch)
tree1636d12349ebb4c3ff16ec755771fccb1e46f823 /retiolum/scripts/tinc_setup/install.sh
parentd3d49099cbe570dee7f6cbfab2723bc04d81ac79 (diff)
parent253f0a908b190f0ff6d2f71023d050c088533c02 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'retiolum/scripts/tinc_setup/install.sh')
-rwxr-xr-xretiolum/scripts/tinc_setup/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/scripts/tinc_setup/install.sh b/retiolum/scripts/tinc_setup/install.sh
index a6b50b8a..2e36b83a 100755
--- a/retiolum/scripts/tinc_setup/install.sh
+++ b/retiolum/scripts/tinc_setup/install.sh
@@ -73,7 +73,7 @@ if [ ! -e rsa_key.priv ]
then
echo "creating new keys"
tincd -n $netname -K
- python ${CURR}/write_channel.py $myname || \
+ $MYBIN/announce_pubkey $myname || \
echo "cannot write public key to IRC, you are on your own. Good Luck"
else
echo "key files already exist, skipping"