Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
6f0848be86 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-05-22 14:46:01 +02:00
CanbiZ
c938d74ecb Update build.func 2025-05-22 14:46:00 +02:00

View File

@ -962,6 +962,9 @@ start() {
# This function collects user settings and integrates all the collected information.
build_container() {
CT_TYPE="${CT_TYPE:-1}"
ENABLE_FUSE="${ENABLE_FUSE:-no}"
DIAGNOSTICS="${DIAGNOSTICS:-no}"
# if [ "$VERBOSE" == "yes" ]; then set -x; fi
if [ "$CT_TYPE" == "1" ]; then