Skip to content

Commit

Permalink
Add infnite sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z committed Feb 18, 2024
1 parent ab5b7fb commit e65afe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plex-romaji-renamer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
RUN_ANIMES_SCRIPT=0
RUN_MOVIES_SCRIPT=0
RUN_SEASONAL_SCRIPT=0

locale=$(locale -a | grep -i "utf" | head -n 1)
if [ -z "$locale" ]
then
Expand Down Expand Up @@ -30,6 +31,7 @@ if [ ! -f "$SCRIPT_FOLDER/config/override-ID-movies.example.tsv" ]
then
curl -s "https://raw.githubusercontent.com/Arial-Z/Plex-Romaji-Renamer/dev/config/override-ID-movies.example.tsv" > "$SCRIPT_FOLDER/config/override-ID-movies.example.tsv"
fi
sleep infinity
if [ -f "$SCRIPT_FOLDER/config/.env" ]
then
source "$SCRIPT_FOLDER/config/.env"
Expand Down

0 comments on commit e65afe5

Please sign in to comment.