This commit is contained in:
CanbiZ 2025-11-17 14:58:29 +01:00
parent db70e9ac34
commit b5d3293202

View File

@ -2374,11 +2374,11 @@ build_container() {
PCT_OPTIONS+=("-tags" "$TAGS") PCT_OPTIONS+=("-tags" "$TAGS")
if [ -n "$SD" ]; then if [ -n "$SD" ]; then
PCT_OPTIONS+=($SD) # Storage device flags (already formatted) PCT_OPTIONS+=($SD) # Storage device flags (already formatted)
fi fi
if [ -n "$NS" ]; then if [ -n "$NS" ]; then
PCT_OPTIONS+=($NS) # Nameserver flags (already formatted) PCT_OPTIONS+=($NS) # Nameserver flags (already formatted)
fi fi
# Network configuration (single string with all network parameters) # Network configuration (single string with all network parameters)
@ -3739,8 +3739,8 @@ create_lxc_container() {
msg_ok "LXC Container ${BL}$CTID${CL} ${GN}was successfully created." msg_ok "LXC Container ${BL}$CTID${CL} ${GN}was successfully created."
# Report container creation start to API # Report container creation to API
post_start_to_api post_to_api
} }
# ============================================================================== # ==============================================================================