mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-26 06:55:56 +01:00
Prevent terminal job-control signals from suspending the script during recovery by trapping TSTP, TTIN and TTOU (instead of only TSTP) and restoring them on exit. Also clear the terminal 'tostop' flag in stop_spinner() with `stty -tostop` to avoid background spinner I/O from stopping the process group.