RandomNinjaAtk / docker-sonarr-extended

Sonarr (develop) with bash scripts to automate and extend functionality.
GNU General Public License v3.0
67 stars 15 forks source link

Use case insensitive when looking for cookies #34

Closed blumberg closed 1 year ago

blumberg commented 1 year ago

change find flag to use case insensitive search on if statement.

This will use the same flag that is used on the next line, so it will keep it consistent.