v1.0.13 - SMA log bugfix...

master
RandomNinjaAtk 3 years ago committed by GitHub
parent 3d128fcb96
commit 7488c07ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ function Configuration {
log "##### SABnzbd Category: $category"
log "##### DOCKER: $TITLE"
log "##### SCRIPT: Video Post Processor ($TITLESHORT)"
log "##### SCRIPT VERSION: 1.0.12"
log "##### SCRIPT VERSION: 1.0.13"
log "##### DOCKER VERSION: $VERSION"
log "##### CONFIGURATION VERIFICATION"
@ -328,9 +328,8 @@ function Main {
if [ ${VIDEO_SMA} = TRUE ]; then
if [ -f "${basefilename}.${extension}" ]; then
if [ -f /config/scripts/logs/sma.log ]; then
chmod 777 /config/scripts/logs/sma.log
chown abc:abc /config/scripts/logs/sma.log
if [ -f /usr/local/sma/config/sma.log ]; then
rm /usr/local/sma/config/sma.log
fi
log "===START SMA"
# Manual run of Sickbeard MP4 Automator

Loading…
Cancel
Save