mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-24 15:56:42 +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.