mirror of
https://github.com/marcogll/scripts_mg.git
synced 2026-01-13 13:25:15 +00:00
Fix prompt formatting for host alias input
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user