diff options
author | Lassulus <lassulus@googlemail.com> | 2013-01-16 14:44:08 +0100 |
---|---|---|
committer | Lassulus <lassulus@googlemail.com> | 2013-01-16 14:44:08 +0100 |
commit | 786c68422411e838efc707a27ae1fc3face765d4 (patch) | |
tree | 3e9dda7f6dfc228a94bca530b55d46d1f43d37a3 /retiolum/scripts/tinc_setup | |
parent | 5263d84feb9cf3e96c6993a04446e1ad627de85f (diff) |
removed redundant host detection
Diffstat (limited to 'retiolum/scripts/tinc_setup')
-rwxr-xr-x | retiolum/scripts/tinc_setup/new_install.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/retiolum/scripts/tinc_setup/new_install.sh b/retiolum/scripts/tinc_setup/new_install.sh index e07ecff0..fdf0bf04 100755 --- a/retiolum/scripts/tinc_setup/new_install.sh +++ b/retiolum/scripts/tinc_setup/new_install.sh @@ -241,11 +241,6 @@ do esac done -#check for OS -if [ $OS -eq 0 ]; then - find_os -fi - #check if everything is installed if [ $OS -eq 2 ]; then if ! test -e /data/data/org.poirsouille.tinc_gui/files/tincd; then |