1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Merge pull request #1109 from joubin/patch-2

removed extra path
This commit is contained in:
bmw
2015-10-24 09:29:38 -07:00

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