Update MetadataPostProcess.bash

pull/139/head
RandomNinjaAtk 2 years ago committed by GitHub
parent fedf48c0df
commit 6a9fe96bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
version=1.0.009 scriptVersion=1.0.010
if [ -z "$lidarr_artist_path" ]; then if [ -z "$lidarr_artist_path" ]; then
lidarr_artist_path="$1" lidarr_artist_path="$1"
fi fi
@ -15,7 +15,7 @@ chmod 666 "/config/logs/MetadataPostProcess.txt"
log () { log () {
m_time=`date "+%F %T"` m_time=`date "+%F %T"`
echo $m_time" :: MetadataPostProcess :: "$1 echo $m_time" :: MetadataPostProcess :: $scriptVersion :: "$1
} }
if [ "$lidarr_eventtype" == "Test" ]; then if [ "$lidarr_eventtype" == "Test" ]; then

Loading…
Cancel
Save