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