From 4ba727990d36746c1c0a3b3e55924acda6aeb6c3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 7 Feb 2025 14:42:37 +0100 Subject: [PATCH] Update create_lxc.sh --- ct/create_lxc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 9b47b8901..b60758218 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -212,7 +212,6 @@ if ! pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[ { msg_error "A problem occurred while re-downloading the LXC template."; exit 208; } msg_ok "Re-downloaded LXC Template" - msg_info "Retrying LXC Container creation" if ! pct create "$CTID" "${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE}" "${PCT_OPTIONS[@]}" &>/dev/null; then msg_error "A problem occurred while trying to create container after re-downloading template." exit 200