From 42b0970984d5901d2c169732aaaac804f2b72183 Mon Sep 17 00:00:00 2001 From: earnolmartin Date: Mon, 28 Feb 2022 10:03:50 -0700 Subject: [PATCH] Fixes --- ehcp/ehcpforceupdate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ehcp/ehcpforceupdate.sh b/ehcp/ehcpforceupdate.sh index f534d93..f8e6540 100755 --- a/ehcp/ehcpforceupdate.sh +++ b/ehcp/ehcpforceupdate.sh @@ -2853,7 +2853,8 @@ function installCertBotLetsEncrypt(){ # Go download it if [ ! -e "/usr/local/bin/certbot" ]; then - wget -O "certbot-auto" -N https://ehcpforce.tk/files/certbot --no-check-certificate + wget -O "certbot-auto.zip" -N https://ehcpforce.tk/files/certbot.zip --no-check-certificate + unzip "certbot-auto.zip" chmod a+x certbot-auto mv certbot-auto /usr/local/bin/certbot fi