Fixing a few things...

master
Brie Bruns 2016-02-27 15:13:37 -07:00
rodič 26c1dbb1ca
revize c7f86ce68e
1 změnil soubory, kde provedl 3 přidání a 2 odebrání

Zobrazit soubor

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