Skip to content

Commit

Permalink
Merge pull request #37 from Arial-Z/dev
Browse files Browse the repository at this point in the history
Fix docker locale
  • Loading branch information
Arial-Z authored Dec 21, 2023
2 parents 526779e + e6076fc commit 8865150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plex-romaji-renamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RUN_ANIMES_SCRIPT=0
RUN_MOVIES_SCRIPT=0
RUN_SEASONAL_SCRIPT=0
locale=$(locale -a | grep -w "utf8" | head -n 1)
locale=$(locale -a | grep -i "utf" | head -n 1)
if [ -z "$locale" ]
then
printf "%s - Error no utf8 locale installed\n" "$(date +%H:%M:%S)" | tee -a "$LOG"
Expand Down

0 comments on commit 8865150

Please sign in to comment.