Fix prompt formatting for host alias input

This commit is contained in:
Marco Gallegos
2025-10-27 20:03:34 -06:00
committed by GitHub
parent df32ec8176
commit 97a316e956

View File

@@ -1080,8 +1080,7 @@ EOF
local hostname="" local hostname=""
local username="" local username=""
read -p "$(echo -e ${YELLOW} Alias del host (ej: github, vps, raspberry): ${NC})" host_alias read -p "$(echo -e ${YELLOW} Alias del host \(ej: github, vps, raspberry\): ${NC})" host_alias
if [ -z "$host_alias" ]; then if [ -z "$host_alias" ]; then
warning " Sin alias, saltando..." warning " Sin alias, saltando..."
continue continue