From 8249b700697c400f8c2d22daebc7ed46a8cd525d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 23 Oct 2021 15:47:58 -0400 Subject: [PATCH] Update debian11_container.sh --- debian11_container.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian11_container.sh b/debian11_container.sh index 9178e8f7..6bf952db 100644 --- a/debian11_container.sh +++ b/debian11_container.sh @@ -153,9 +153,9 @@ pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ -ostype $OSTYPE -rootfs $ROOTFS,size=$DISK_SIZE -storage $STORAGE >/dev/null # Set container timezone to match host -MOUNT=$(pct mount $CTID | cut -d"'" -f 2) -ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime -pct unmount $CTID && unset MOUNT +#MOUNT=$(pct mount $CTID | cut -d"'" -f 2) +#ln -fs $(readlink /etc/localtime) ${MOUNT}/etc/localtime +#pct unmount $CTID && unset MOUNT # Setup container msg "Starting LXC container..."