mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-22 13:33:44 -04:00
Updates temp-file and temp-dir cleanup traps in `misc/tools.func` to unset the `RETURN` trap after running cleanup. This prevents stale RETURN traps from leaking into later function returns and avoids repeated or unintended cleanup behavior in nested helper flows.