From 2d492c89bf8e056b5f52a822ce3a74956a4779b0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Jun 2025 09:17:15 +0200 Subject: [PATCH] Update create_lxc.sh --- misc/create_lxc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index ef03a718..b37d4a4f 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -249,6 +249,7 @@ flock -w 60 9 || { msg_error "Timeout while waiting for template lock" exit 211 } + msg_info "Creating LXC Container" if ! pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[@]}" &>/dev/null; then msg_error "Container creation failed. Checking if template is corrupted or incomplete."