Skip to content

Commit

Permalink
Remove path echo update log
Browse files Browse the repository at this point in the history
  • Loading branch information
Arial-Z authored Feb 15, 2024
1 parent c82630a commit 33bca80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions movies-renamer.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

SCRIPT_FOLDER=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
echo "$SCRIPT_FOLDER"
media_type="movies"
source "$SCRIPT_FOLDER/config/.env"
source "$SCRIPT_FOLDER/functions.sh"
Expand Down Expand Up @@ -29,7 +28,7 @@ then
fi
:> "$SCRIPT_FOLDER/config/ID/movies.tsv"
:> "$MATCH_LOG"
printf "%s - Starting script\n\n" "$(date +%H:%M:%S)" | tee -a "$LOG"
printf "%s - Starting movies script\n\n" "$(date +%H:%M:%S)" | tee -a "$LOG"

# Download anime mapping json data
download-anime-id-mapping
Expand Down

0 comments on commit 33bca80

Please sign in to comment.