Fixing a few things...

master
Brie Bruns 2016-02-27 15:13:37 -07:00
parent 26c1dbb1ca
commit c7f86ce68e
1 changed files with 3 additions and 2 deletions

View File

@ -40,7 +40,8 @@ case $downloadtype in
;; ;;
zip) zip)
echo "Downloading ${ZIPURL} into ${DESTDIR}" echo "Downloading ${ZIPURL} into ${DESTDIR}"
curl -L -o letsencrypt.zip ${ZIPURL} curl -L -o letsencrypt-master.zip ${ZIPURL}
unzip letsencrypt.zip unzip -q letsencrypt-master.zip
mv letsencrypt-master letsencrypt
;; ;;
esac esac