From 675f68f70dc0e5845887a3f3cb8f2fde130584d9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:15:53 +0200 Subject: [PATCH] Update build.func --- misc/build.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/build.func b/misc/build.func index f96a0984..62c2f73b 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1430,6 +1430,7 @@ EOF' if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/$var_install.sh)"; then EXITCODE=$? + echo "DEBUG: lxc-attach exit code was $EXITCODE" if [[ $EXITCODE -eq 10 ]]; then destroy_lxc fi