removed extra path

```
root@localhost:~# cd letsencrypt/
root@localhost:~/letsencrypt# ./bootstrap/install-deps.sh 
Cannot find the letsencrypt bootstrap scripts in ./bootstrap/bootstrap

```

However, with the proposed change

```
root@localhost:~/letsencrypt# ./bootstrap/install-deps.sh 
Bootstrapping dependencies for Debian-based OSes...
Ign http://mirrors.linode.com jessie InRelease
Hit http://mirrors.linode.com jessie-updates InRelease  
```
This commit is contained in:
Joubin Jabbari
2015-10-24 00:02:13 -07:00
parent 2f050cacc1
commit ca838b0ea3
+1 -1
View File
@@ -9,7 +9,7 @@ else
SUDO=
fi
BOOTSTRAP=`dirname $0`/bootstrap
BOOTSTRAP=`dirname $0`/
if [ ! -f $BOOTSTRAP/debian.sh ] ; then
echo "Cannot find the letsencrypt bootstrap scripts in $BOOTSTRAP"
exit 1