v1.0.13 - SMA log bugfix...

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

Loading…
Cancel
Save