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