summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-06-18 10:58:25 +0200
committermakefu <root@pigstarter.de>2013-06-18 10:58:25 +0200
commitad74208e150307d895ef1f78970fa717f78f1b42 (patch)
tree10a0c52873be4e4243f311147dfd67d33329c754 /retiolum/scripts
parent64795618e52b6739ec03eceb5eb63fe4fb4d8ec6 (diff)
parent5a7d622655e554fd8ad7f2ff35ac84f094402341 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'retiolum/scripts')
-rwxr-xr-xretiolum/scripts/tinc_setup/new_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/retiolum/scripts/tinc_setup/new_install.sh b/retiolum/scripts/tinc_setup/new_install.sh
index 5999a5c8..76ed9e70 100755
--- a/retiolum/scripts/tinc_setup/new_install.sh
+++ b/retiolum/scripts/tinc_setup/new_install.sh
@@ -121,7 +121,7 @@ find_os()
}
find_telnet(){
- if exists elnet >/dev/null;then
+ if exists telnet >/dev/null;then
TELNET="`command -v telnet`"
elif exists busybox >/dev/null;then
TELNET="`command -v busybox` telnet"