Fixing a few things...

master
Brie Bruns 2016-02-27 15:13:37 -07:00
コミット c7f86ce68e
1個のファイルの変更3行の追加2行の削除

ファイルの表示

@ -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