Fixing a few things...
This commit is contained in:
parent
569e3799fe
commit
d93684db36
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user