summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts/tinc_setup
diff options
context:
space:
mode:
authorroot <root@darth_serious>2013-06-17 16:11:27 +0200
committerroot <root@darth_serious>2013-06-17 16:11:27 +0200
commit1e8592ab9ee5b9e8c5963a0bbed7cecb225e79ca (patch)
treee20025d5b9ff4319c4ce9f58c940043d500b2774 /retiolum/scripts/tinc_setup
parent6f38388c11f1e177dab8f40692902eb416818678 (diff)
parentba28a4f406734c4c70aa502cf4043daa9c3cf182 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'retiolum/scripts/tinc_setup')
-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"