From 1cfac9d4ad935a803f4339dd172f182405c31ed9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 21:35:59 +0300 Subject: [PATCH] fix... Signed-off-by: Alex A. Naanou --- host/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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