Update mm-scripts.sh
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user