mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-22 23:06:39 +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.