Update linupx-scripts.sh
This commit is contained in:
@@ -699,9 +699,8 @@ RECONFIGURE_NETWORK(){
|
|||||||
read -e HOSTNAME
|
read -e HOSTNAME
|
||||||
[ "${HOSTNAME}" == "" ] && HOSTNAME=$(hostname)
|
[ "${HOSTNAME}" == "" ] && HOSTNAME=$(hostname)
|
||||||
echo
|
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
|
read -e DOMAIN
|
||||||
[ "${DOMAIN}" == "" ] && DOMAIN=$(hostname -d)
|
|
||||||
echo
|
echo
|
||||||
REPIP=`hostname -I`
|
REPIP=`hostname -I`
|
||||||
REPIP=${REPIP/ /}
|
REPIP=${REPIP/ /}
|
||||||
|
|||||||
Reference in New Issue
Block a user