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