mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-27 17:54:58 +02:00
4cf374242d
- Trim whitespace, skip empty tokens and reject non-numeric input so a malformed selection no longer feeds garbage into `sed -n "<index>p"`. - Reject reversed ranges (start greater than end) with a clear message. - Replace `grep | wc -l` with `grep -c` (ShellCheck SC2126).