diff options
author | Your Name <you@example.com> | 2013-06-12 09:21:26 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2013-06-12 09:21:26 +0200 |
commit | 3b520027006da7352801f1fb980b6a930b8d32f6 (patch) | |
tree | 3820cbdea8da2c1bc2e93b890f4fa330c183bd10 /retiolum | |
parent | 1d6382b8e751cf9c3ccc324db018b66e254d4cfa (diff) |
fix typo in tinc installer
Diffstat (limited to 'retiolum')
-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" |