Fixing a few things...

master
Brie Bruns 2016-02-27 15:13:37 -07:00
父节点 26c1dbb1ca
当前提交 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