Update linupx-scripts.sh

This commit is contained in:
2023-07-16 17:47:18 -05:00
parent 2f97779602
commit ee4db0c567

View File

@@ -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/ /}