mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2026-08-01 11:51:37 +00:00
Create Changelog Pull Request / update-changelog-pull-request (push) Canceled after 0s
Same bug as build.func's install-recovery menu: this "Remove broken container?" prompt treated a hard read failure (broken/closed stdin, I/O error) identically to a real 60s timeout, defaulting to pct destroy either way. Only auto-remove on an actual timeout (read_rc > 128); on a genuine read failure, keep the container instead of guessing and destroying it.