From 893054fb784cb6c2908817a27248b42c526cb3d5 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 14 Sep 2011 17:59:52 +0200 Subject: punani: fix help bug --- punani/bin/punani | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/punani/bin/punani b/punani/bin/punani index 7278e38a..91f250e1 100755 --- a/punani/bin/punani +++ b/punani/bin/punani @@ -190,7 +190,7 @@ EOF punani (){ ns=punani role=undefined - while getopts 'dfhvSsopEir' OPT; do + while getopts 'dfhvSsopEir?' OPT; do case $OPT in (f) force=true; continue;; (h) hard=true; continue;; -- cgit v1.2.3 From 044eae2d6cefd134da1804050526b343e7cb4148 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 14 Sep 2011 18:03:09 +0200 Subject: punani: add verbose function --- punani/bin/punani | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/punani/bin/punani b/punani/bin/punani index 91f250e1..d118b13c 100755 --- a/punani/bin/punani +++ b/punani/bin/punani @@ -194,7 +194,7 @@ punani (){ case $OPT in (f) force=true; continue;; (h) hard=true; continue;; - (v) verbose=true; continue;; + (v) set -x; continue;; (d) dryrun=true; continue;; (\?) help;continue ;; esac -- cgit v1.2.3 From 7c006192b5990176acdd546065105d53fe59b908 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 14 Sep 2011 23:41:50 +0200 Subject: tinc_setup: update install.sh to write new supernode EUcancER is the new supernode which can be used to connect to --- retiolum/scripts/tinc_setup/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/retiolum/scripts/tinc_setup/install.sh b/retiolum/scripts/tinc_setup/install.sh index 526dbe1f..547cf366 100755 --- a/retiolum/scripts/tinc_setup/install.sh +++ b/retiolum/scripts/tinc_setup/install.sh @@ -56,6 +56,7 @@ Name = $myname ConnectTo = supernode ConnectTo = kaah ConnectTo = pa_sharepoint +ConnectTo = EUcancER Device = /dev/net/tun EOF -- cgit v1.2.3