Skip to content

Commit

Permalink
Fix override ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Jan 22, 2025
1 parent a577e40 commit ba2694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animes-renamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ do
then
if awk -F"\t" '{print $1}' "$SCRIPT_FOLDER/config/tmp/plex_animes_export.tsv" | grep -q -w "$tvdb_id"
then
if [ "$anilist_id" == 'ignore' ]
if [[ "$anilist_id" == 'ignore' ]]
then
printf "%s\t\t - Found ignored tvdb id : %s\n" "$(date +%H:%M:%S)" "$tvdb_id" | tee -a "$LOG"
else
Expand Down

0 comments on commit ba2694c

Please sign in to comment.