From c7f86ce68e53e05bf13b99684cf27127bec9e86f Mon Sep 17 00:00:00 2001 From: Brielle Date: Sat, 27 Feb 2016 15:13:37 -0700 Subject: [PATCH] Fixing a few things... --- get-letsencrypt.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/get-letsencrypt.sh b/get-letsencrypt.sh index e6ccff3..73deea4 100755 --- a/get-letsencrypt.sh +++ b/get-letsencrypt.sh @@ -40,7 +40,8 @@ case $downloadtype in ;; zip) echo "Downloading ${ZIPURL} into ${DESTDIR}" - curl -L -o letsencrypt.zip ${ZIPURL} - unzip letsencrypt.zip + curl -L -o letsencrypt-master.zip ${ZIPURL} + unzip -q letsencrypt-master.zip + mv letsencrypt-master letsencrypt ;; esac \ No newline at end of file