mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-25 19:35:04 +02:00
The build_container() function created a temp directory via mktemp -d and pushd into it, but never popd or rm -rf. The directory was not used for anything — FUNCTIONS_FILE_PATH is downloaded into a variable, not a file. Remove the mktemp -d and pushd entirely to eliminate the leak.