diff --git a/linupx-scripts.sh b/linupx-scripts.sh index af8bc3b..f1ccd1c 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -699,9 +699,8 @@ RECONFIGURE_NETWORK(){ read -e HOSTNAME [ "${HOSTNAME}" == "" ] && HOSTNAME=$(hostname) echo - echo -en "${idsCL[LightYellow]}Domain (optional) [Current='${idsCL[White]}$(hostname -d)${idsCL[LightYellow]}']: ${idsCL[Default]}" + echo -en "${idsCL[LightYellow]}Domain (optional): ${idsCL[Default]}" read -e DOMAIN - [ "${DOMAIN}" == "" ] && DOMAIN=$(hostname -d) echo REPIP=`hostname -I` REPIP=${REPIP/ /}