From 2831924b0c32ff00f46677fc6808adba77798e52 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Sat, 5 Feb 2022 10:03:32 +0100 Subject: [PATCH] Updated lms_container.sh --- ct/lms_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/lms_container.sh b/ct/lms_container.sh index 181f4eb..5c5f4d7 100644 --- a/ct/lms_container.sh +++ b/ct/lms_container.sh @@ -139,7 +139,7 @@ else mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null fi ARCH=$(dpkg --print-architecture) -HOSTNAME=emby +HOSTNAME=lms 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 -cores 2 -memory 2048\