Update build.func

This commit is contained in:
CanbiZ 2025-09-02 11:11:36 +02:00
parent d044aaa785
commit 3720e1c6f0

View File

@ -1285,6 +1285,8 @@ build_container() {
-unprivileged $CT_TYPE -unprivileged $CT_TYPE
$PW $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 bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/create_lxc.sh)" || exit
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
exit 200 exit 200