mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 11:50:06 +00:00
Export IPV6_METHOD to trigger verb_ip6() function (#10538)
This commit is contained in:
parent
c6a2548f10
commit
cd8991875b
1 changed files with 1 additions and 0 deletions
|
|
@ -2783,6 +2783,7 @@ build_container() {
|
|||
export PCT_OSTYPE="$var_os"
|
||||
export PCT_OSVERSION="$var_version"
|
||||
export PCT_DISK_SIZE="$DISK_SIZE"
|
||||
export IPV6_METHOD="$IPV6_METHOD"
|
||||
|
||||
# DEV_MODE exports (optional, for debugging)
|
||||
export BUILD_LOG="$BUILD_LOG"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue