Files
ProxmoxVE/tools
MickLesk 4cf374242d Validate kernel selection input in kernel-clean
- 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).
2026-06-26 21:28:06 +02:00
..