|
@@ -369,6 +369,7 @@ build_container() {
|
|
$PW
|
|
$PW
|
|
"
|
|
"
|
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit
|
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit
|
|
|
|
+
|
|
LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
|
|
LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
|
|
if [ "$CT_TYPE" == "0" ]; then
|
|
if [ "$CT_TYPE" == "0" ]; then
|
|
cat <<EOF >>$LXC_CONFIG
|
|
cat <<EOF >>$LXC_CONFIG
|