diff --git a/get-letsencrypt.sh b/get-letsencrypt.sh index fff3159..4ae2b09 100755 --- a/get-letsencrypt.sh +++ b/get-letsencrypt.sh @@ -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