From c8b5a592f797137e77e2bbcfd651292dc8e09d94 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 14 Apr 2022 15:44:05 -0400 Subject: [PATCH] Update debian-v3.sh --- ct/debian-v3.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index c6162ffa..d310ecd2 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -345,11 +345,6 @@ STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F " if [ "$STORAGE_TYPE" == "zfspool" ]; then warn "Some applications may not work properly due to ZFS not supporting 'fallocate'." fi -LXC_CONFIG=/etc/pve/lxc/${CTID}.conf -cat <> $LXC_CONFIG -lxc.cgroup2.devices.allow: a -lxc.cap.drop: -EOF echo -en "${GN} Starting LXC Container... " pct start $CTID