diff --git a/mm-scripts.sh b/mm-scripts.sh index 1dbaaa4..61ee6d5 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -852,6 +852,7 @@ MMSETUP(){ read -n 1 -p "Would you like to configure the hostname and network settings (y/N)?" choice case "$choice" in [Yy]) + echo echo -en "${idsCL[LightCyan]}Hostname [Default='`hostname`']: ${idsCL[Default]}" read -e HOSTNAME [ "${HOSTNAME}" == "" ] && HOSTNAME=`hostname`