Update build.func

This commit is contained in:
CanbiZ 2025-07-21 15:16:33 +02:00
parent 8a676cb2a3
commit b4eba58f3b

View File

@ -1397,9 +1397,8 @@ EOF'
fi fi
msg_ok "Customized LXC Container" msg_ok "Customized LXC Container"
lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/"$var_install".sh)" if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/"$var_install".sh)"; then
if [ $? -ne 0 ]; then return
exit 100
fi fi
} }