From 747ba1766fe2610c882d5943e3b072e99017aa6d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 19 Oct 2024 21:38:13 +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 a5e428e..4e8ab87 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_IPn}'\1/' \ + -e 's/^[^#].* \(pve.local.*\)$/'${HOST_ADMIN_IP/\/*}'\1/' \ /etc/hosts.new reviewApplyChanges /etc/hosts fi