Fixing a few things...

master
Brie Bruns 2016-02-27 15:08:29 -07:00
父节点 569e3799fe
当前提交 d93684db36
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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