diff --git a/bootstrap/install-deps.sh b/bootstrap/install-deps.sh index 159027c84..c159858c5 100755 --- a/bootstrap/install-deps.sh +++ b/bootstrap/install-deps.sh @@ -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