Update mm-scripts.sh

This commit is contained in:
2023-04-22 14:28:14 -05:00
parent 7111a534e8
commit 913bbeeb05

View File

@@ -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`