kutt: remove unnecessary port fom default host

This commit is contained in:
Tom Frenzel 2026-01-04 13:42:23 +01:00
parent 1693403311
commit 1d1fdc7d46
No known key found for this signature in database
GPG Key ID: 02BEE95E635A32FC

View File

@ -20,7 +20,7 @@ ssl_choice=${ssl_choice:-i}
case "${ssl_choice,,}" in case "${ssl_choice,,}" in
i) i)
import_local_ip import_local_ip
DEFAULT_HOST="$LOCAL_IP:443" DEFAULT_HOST="$LOCAL_IP"
msg_info "Configuring Caddy" msg_info "Configuring Caddy"
$STD apt install -y caddy $STD apt install -y caddy