From 1d1fdc7d46a90a1298b684f6e85f286dca814c49 Mon Sep 17 00:00:00 2001 From: Tom Frenzel Date: Sun, 4 Jan 2026 13:42:23 +0100 Subject: [PATCH] kutt: remove unnecessary port fom default host --- install/kutt-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/kutt-install.sh b/install/kutt-install.sh index 4e28b9132..04efd100b 100644 --- a/install/kutt-install.sh +++ b/install/kutt-install.sh @@ -20,7 +20,7 @@ ssl_choice=${ssl_choice:-i} case "${ssl_choice,,}" in i) import_local_ip - DEFAULT_HOST="$LOCAL_IP:443" + DEFAULT_HOST="$LOCAL_IP" msg_info "Configuring Caddy" $STD apt install -y caddy