diff options
| author | makefu <root@pigstarter.de> | 2013-06-09 12:38:45 +0200 | 
|---|---|---|
| committer | makefu <root@pigstarter.de> | 2013-06-09 12:38:45 +0200 | 
| commit | d61c839ba79158c0398c7ae4ad0f486347a41f9a (patch) | |
| tree | 5a55ff2681b9976c97d6645f2d19be44f2a169c6 /retiolum | |
| parent | 63b507a98725314ede0447e2675e3867384a8123 (diff) | |
fix bug in loader selector
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 57d59e25..5999a5c8 100755 --- a/retiolum/scripts/tinc_setup/new_install.sh +++ b/retiolum/scripts/tinc_setup/new_install.sh @@ -168,7 +168,7 @@ if ! exists curl ; then      fi  else      LOADER=curl -    HEAD_LOADER=$LOADER -I +    HEAD_LOADER="$LOADER -I"  fi  if ! $HEAD_LOADER $SURL >/dev/null 2>/dev/null ;then | 
