Prevent api from posing if disabled (#5080)

This commit is contained in:
Michel Roegl-Brunner
2025-06-10 09:24:20 +02:00
committed by GitHub
parent 2aeb7cf79a
commit 2574e41ee8
2 changed files with 11 additions and 3 deletions

View File

@@ -1090,6 +1090,8 @@ build_container() {
else
export FUNCTIONS_FILE_PATH="$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/install.func)"
fi
export DIAGNOSTICS="$DIAGNOSTICS"
export RANDOM_UUID="$RANDOM_UUID"
export CACHER="$APT_CACHER"
export CACHER_IP="$APT_CACHER_IP"