Fixing a few things...

master
Brie Bruns 2016-02-27 15:08:51 -07:00
부모 d93684db36
커밋 a49c1756b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -38,7 +38,7 @@ case $downloadtype in
echo "Cloning repo into ${DESTDIR}..."
git clone ${GITREPO}
;;
tar)
zip)
echo "Downloading ${ZIPURL} into ${DESTDIR}"
curl -o letsencrypt.zip ${ZIPURL}
unzip letsencrypt.zip