mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-08 01:48:11 +00:00
When running via bash -c \\\, stdin is consumed by curl so read gets an I/O error. All interactive read calls in build.func now explicitly read from /dev/tty (recovery menu, GPU selection, version picker, LXC upgrade prompt, container removal, resource/storage checks).