From 3515c67dbf8a2fded03f16d82d988ebfab1beaad Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 7 Apr 2025 11:29:29 +0200 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 54fd7c2b..2ec83535 100644 --- a/install.sh +++ b/install.sh @@ -1304,7 +1304,7 @@ set_email_address_and_email_admin_logins(){ if [ "$SET_HOSTNAME_NOW" = true ]; then if [[ $new_hostname =~ ^[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$ ]]; then if [ -f "/etc/openpanel/caddy/ssl/acme-v02.api.letsencrypt.org-directory/$new_hostname/$new_hostname.key" ]; then - PROTOCOL="https + PROTOCOL="https" fi fi fi