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
+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