From 2b378e08efadf4c60599081aabe2b8ef1ed54933 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 28 Jul 2025 09:39:55 +0200 Subject: [PATCH] Update create_lxc.sh --- misc/create_lxc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/create_lxc.sh b/misc/create_lxc.sh index 594afc52..e0e636df 100644 --- a/misc/create_lxc.sh +++ b/misc/create_lxc.sh @@ -24,6 +24,10 @@ trap 'error_handler $LINENO "$BASH_COMMAND"' ERR trap on_exit EXIT trap on_interrupt INT trap on_terminate TERM +TEMPLATE_STORAGE="" +TEMPLATE_STORAGE_INFO="" +CONTAINER_STORAGE="" +CONTAINER_STORAGE_INFO="" function on_exit() { local exit_code="$?"