From cbd972b309abf30930b3ca483fc40b046334a18a Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 2 Nov 2021 04:46:40 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d4c7ac1..6cc79de 100644 --- a/install.sh +++ b/install.sh @@ -777,7 +777,7 @@ ssl_certs(){ elif [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ] || [ "$lsb_dist" = "almalinux" ]; then dnf -y install python3-certbot-nginx fi - certbot --nginx --redirect --no-eff-email --email "$email" --agree-tos -d "$FQDN" --non-interactive + certbot --nginx --redirect --no-eff-email --email "$email" --agree-tos -d "$FQDN" fi if [ "$installoption" = "2" ]; then