Browse Source

Update debian-v3.sh

tteckster 3 năm trước cách đây
mục cha
commit
c8b5a592f7
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      ct/debian-v3.sh

+ 0 - 5
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 <<EOF >> $LXC_CONFIG
-lxc.cgroup2.devices.allow: a
-lxc.cap.drop:
-EOF
 
 echo -en "${GN} Starting LXC Container... "
 pct start $CTID