Fixing a few things...

master
Brie Bruns 2016-02-27 15:08:51 -07:00
parent d93684db36
commit a49c1756b3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ case $downloadtype in
echo "Cloning repo into ${DESTDIR}..."
git clone ${GITREPO}
;;
tar)
zip)
echo "Downloading ${ZIPURL} into ${DESTDIR}"
curl -o letsencrypt.zip ${ZIPURL}
unzip letsencrypt.zip