diff --git a/host/make.sh b/host/make.sh index f540bcb..a5e428e 100755 --- a/host/make.sh +++ b/host/make.sh @@ -211,7 +211,7 @@ if xreadYes "# Update /etc/hosts?" HOSTS ; then @ cp /etc/hosts{,.bak} @ cp /etc/hosts{,.new} @ sed -i \ - -e 's/^[^#].* \(pve.local.*\)$/'${HOST_ADMIN_IP}'\1/' \ + -e 's/^[^#].* \(pve.local.*\)$/'${HOST_ADMIN_IPn}'\1/' \ /etc/hosts.new reviewApplyChanges /etc/hosts fi