Update build.func

This commit is contained in:
CanbiZ (MickLesk) 2026-02-09 16:46:25 +01:00
parent 4a8a4180d9
commit bcc6bb9f5f

View File

@ -3606,6 +3606,9 @@ $PCT_OPTIONS_STRING"
exit 214
fi
msg_ok "Storage space validated"
# Report installation start to API (early - captures failed installs too)
post_to_api
fi
create_lxc_container || exit $?
@ -5088,9 +5091,6 @@ create_lxc_container() {
}
msg_ok "LXC Container ${BL}$CTID${CL} ${GN}was successfully created."
# Report container creation to API
post_to_api
}
# ==============================================================================