more debugging

This commit is contained in:
Miguel Muniz 2024-07-22 20:21:17 -07:00
parent d334e11417
commit 7cded5fd17
2 changed files with 653 additions and 1 deletions

View file

@ -569,7 +569,7 @@ build_container() {
$PW
"
# This executes create_lxc.sh and creates the container and .conf file
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit
bash -c "$(wget -qLO - https://raw.githubusercontent.com/Rogue-King/Proxmox/main/ct/create_lxc.sh)" || exit
LXC_CONFIG=/etc/pve/lxc/${CTID}.conf
if [ "$CT_TYPE" == "0" ]; then