mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-14 19:45:14 +02:00
352e6c8abf
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.