mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-07 13:02:52 +01:00
The 2>/dev/null redirect is cmd.exe-only and creates a literal 'nul' file on Unix shells. Removed; 'git grep ... || echo ""' already handles the no-match exit code.