Fixing a few things...

master
Brie Bruns 2016-02-27 15:08:29 -07:00
padre 569e3799fe
commit d93684db36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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