From 3720e1c6f053db93a7c8189e6bd6d43a3cc569c0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:11:36 +0200 Subject: [PATCH] Update build.func --- misc/build.func | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/build.func b/misc/build.func index ef345f80..e203738c 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1285,6 +1285,8 @@ build_container() { -unprivileged $CT_TYPE $PW " + export TEMPLATE_STORAGE="${var_template_storage:-}" + export CONTAINER_STORAGE="${var_container_storage:-}" bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/create_lxc.sh)" || exit if [ $? -ne 0 ]; then exit 200