mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user