Releases: motorrin/Arch_Smart_Update
Releases · motorrin/Arch_Smart_Update
3.12.3
- Refactored
run_interactive_task()to execute commands directly via/bin/bash -cinstead of using thescriptutility. This addresses terminal-specific issues where focus loss or window minimization could trigger premature EOF signals. - Removed
scriptfrom the pre-run dependency verification list (# --- 1.2 Dependency Check ---). - Hardened interactive prompts by wrapping
read -rstatements in conditional checks (e.g.,if read -r ...andif ! read -r ...).