mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-30 04:24:43 +00:00
Export IPV6_METHOD to trigger verb_ip6() function (#10538)
This commit is contained in:
committed by
GitHub
parent
c6a2548f10
commit
cd8991875b
@@ -2783,6 +2783,7 @@ build_container() {
|
|||||||
export PCT_OSTYPE="$var_os"
|
export PCT_OSTYPE="$var_os"
|
||||||
export PCT_OSVERSION="$var_version"
|
export PCT_OSVERSION="$var_version"
|
||||||
export PCT_DISK_SIZE="$DISK_SIZE"
|
export PCT_DISK_SIZE="$DISK_SIZE"
|
||||||
|
export IPV6_METHOD="$IPV6_METHOD"
|
||||||
|
|
||||||
# DEV_MODE exports (optional, for debugging)
|
# DEV_MODE exports (optional, for debugging)
|
||||||
export BUILD_LOG="$BUILD_LOG"
|
export BUILD_LOG="$BUILD_LOG"
|
||||||
|
|||||||
Reference in New Issue
Block a user