From 913bbeeb056abfc5782d4adffdaf028809bbd1fd Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 22 Apr 2023 14:28:14 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 1 + 1 file changed, 1 insertion(+) 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`