mirror of https://github.com/tteck/Proxmox.git
fix
This commit is contained in:
parent
1a726f05a7
commit
fe6506c771
|
@ -353,7 +353,7 @@ build_container() {
|
|||
export APPLICATION="$APP"
|
||||
export VERBOSE="$VERB"
|
||||
export SSH_ROOT="${SSH}"
|
||||
export CTID=$CT_ID"
|
||||
export CTID="$CT_ID"
|
||||
export PCT_OSTYPE="$var_os"
|
||||
export PCT_OSVERSION="$var_version"
|
||||
export PCT_DISK_SIZE="$DISK_SIZE"
|
||||
|
|
|
@ -386,7 +386,7 @@ EOF
|
|||
cat <<EOF >>$LXC_CONFIG
|
||||
lxc.cgroup2.devices.allow: a
|
||||
lxc.cap.drop:
|
||||
EOF
|
||||
EOF
|
||||
fi
|
||||
msg_info "Starting LXC Container"
|
||||
pct start "$CTID"
|
||||
|
|
Loading…
Reference in New Issue