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
|
read -n 1 -p "Would you like to configure the hostname and network settings (y/N)?" choice
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
[Yy])
|
[Yy])
|
||||||
|
echo
|
||||||
echo -en "${idsCL[LightCyan]}Hostname [Default='`hostname`']: ${idsCL[Default]}"
|
echo -en "${idsCL[LightCyan]}Hostname [Default='`hostname`']: ${idsCL[Default]}"
|
||||||
read -e HOSTNAME
|
read -e HOSTNAME
|
||||||
[ "${HOSTNAME}" == "" ] && HOSTNAME=`hostname`
|
[ "${HOSTNAME}" == "" ] && HOSTNAME=`hostname`
|
||||||
|
|||||||
Reference in New Issue
Block a user