From f3bd116e91b5855d584eb32c6f85c82b7269e7d0 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Mon, 29 Dec 2025 23:51:08 -0600 Subject: [PATCH] removed hostname question --- scripts/setup_wizard.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setup_wizard.sh b/scripts/setup_wizard.sh index 8562de0..fce7b9c 100755 --- a/scripts/setup_wizard.sh +++ b/scripts/setup_wizard.sh @@ -147,7 +147,6 @@ fi # 1. Collect Inputs # Example: -get_input "HOST_NAME" "Enter Hostname" "$(hostname)" "false" get_input "CERT_DIR" "Enter directory for certificates" "/var/lib/tls" "false" get_input "CERT_LOCATION" "Name for cert file" "cert.pem" "false" get_input "KEY_LOCATION" "Name for private key" "key.pem" "false"