v1.0.4 - bugfix typo

master
RandomNinjaAtk 4 years ago committed by GitHub
parent 264aed1ace
commit 14fa1027f6
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.3"
log "##### SCRIPT VERSION: 1.0.4"
log "##### DOCKER VERSION: $VERSION"
log "##### CONFIGURATION VERIFICATION"
@ -340,7 +340,7 @@ function Main {
if [ -f "${basefilename}.${extension}" ]; then
if [ -f /config/scripts/logs/sma.log ]; then
chmod 666 /config/scripts/logs/sma.log
chwon abc:abc /config/scripts/logs/sma.log
chown abc:abc /config/scripts/logs/sma.log
fi
log ""
log "Begin processing with Sickbeard MP4 Automator..."

Loading…
Cancel
Save