From 2b554c11c97c2b587e6503a2adf7bae6d1d83917 Mon Sep 17 00:00:00 2001 From: tteck Date: Tue, 24 Aug 2021 07:09:58 -0400 Subject: [PATCH] Update ha_venv_container.sh --- ha_venv_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha_venv_container.sh b/ha_venv_container.sh index 4b2603e6..0fde73ca 100644 --- a/ha_venv_container.sh +++ b/ha_venv_container.sh @@ -137,7 +137,7 @@ else mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null fi ARCH=$(dpkg --print-architecture) -HOSTNAME=ha_venv +HOSTNAME=havenv TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 \