diff options
author | root <root@darth_serious> | 2013-06-17 16:11:27 +0200 |
---|---|---|
committer | root <root@darth_serious> | 2013-06-17 16:11:27 +0200 |
commit | 1e8592ab9ee5b9e8c5963a0bbed7cecb225e79ca (patch) | |
tree | e20025d5b9ff4319c4ce9f58c940043d500b2774 /retiolum/scripts/tinc_setup/new_install.sh | |
parent | 6f38388c11f1e177dab8f40692902eb416818678 (diff) | |
parent | ba28a4f406734c4c70aa502cf4043daa9c3cf182 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'retiolum/scripts/tinc_setup/new_install.sh')
-rwxr-xr-x | retiolum/scripts/tinc_setup/new_install.sh | 2 |
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" |