Update build.func

This commit is contained in:
CanbiZ 2025-07-21 16:04:14 +02:00
parent 3de63d06f3
commit 91b21ff242

View File

@ -1397,10 +1397,9 @@ EOF'
fi fi
msg_ok "Customized LXC Container" msg_ok "Customized LXC Container"
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"; then if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/"$var_install".sh)"; then
exit $? return
fi fi
} }
# This function sets the description of the container. # This function sets the description of the container.