Set hostname for mesh install

This commit is contained in:
Bob Mottram 2015-08-13 19:04:38 +01:00
parent c571ece021
commit dbb4f471df
1 changed files with 0 additions and 4 deletions

View File

@ -5643,10 +5643,6 @@ function set_your_domain_name {
echo "$DEFAULT_DOMAIN_NAME" > /etc/hostname
hostname $DEFAULT_DOMAIN_NAME
if [[ $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then
return
fi
if grep -q "127.0.1.1" /etc/hosts; then
sed -i "s/127.0.1.1.*/127.0.1.1 $DEFAULT_DOMAIN_NAME/g" /etc/hosts
else