From 3386cd8711395794a1e943be39e670cf9c16f2c2 Mon Sep 17 00:00:00 2001 From: Joubin Jabbari Date: Sat, 24 Oct 2015 00:27:12 -0700 Subject: [PATCH] removed trading slash --- bootstrap/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/install-deps.sh b/bootstrap/install-deps.sh index c7247c5d1..c159858c5 100755 --- a/bootstrap/install-deps.sh +++ b/bootstrap/install-deps.sh @@ -9,7 +9,7 @@ else SUDO= fi -BOOTSTRAP=`dirname $0`/ +BOOTSTRAP=`dirname $0` if [ ! -f $BOOTSTRAP/debian.sh ] ; then echo "Cannot find the letsencrypt bootstrap scripts in $BOOTSTRAP" exit 1