Update create_lxc.sh

This commit is contained in:
CanbiZ 2025-07-28 09:39:55 +02:00
parent 6648c2e4ea
commit 2b378e08ef

View File

@ -24,6 +24,10 @@ trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
trap on_exit EXIT trap on_exit EXIT
trap on_interrupt INT trap on_interrupt INT
trap on_terminate TERM trap on_terminate TERM
TEMPLATE_STORAGE=""
TEMPLATE_STORAGE_INFO=""
CONTAINER_STORAGE=""
CONTAINER_STORAGE_INFO=""
function on_exit() { function on_exit() {
local exit_code="$?" local exit_code="$?"