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"