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\