forked from brielle/lets-encrypt-scripts
Fixing a few things...
parent
569e3799fe
commit
d93684db36
|
@ -39,7 +39,7 @@ case $downloadtype in
|
||||||
git clone ${GITREPO}
|
git clone ${GITREPO}
|
||||||
;;
|
;;
|
||||||
tar)
|
tar)
|
||||||
echo "Downloading ${ZIPURL} into ${DESTDIR}
|
echo "Downloading ${ZIPURL} into ${DESTDIR}"
|
||||||
curl -o letsencrypt.zip ${ZIPURL}
|
curl -o letsencrypt.zip ${ZIPURL}
|
||||||
unzip letsencrypt.zip
|
unzip letsencrypt.zip
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue