bugfix moviedir set routine

This commit is contained in:
6543 2019-05-12 00:31:20 +02:00
parent ffb1b34d5e
commit d71ef34261
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ fi
{ #get options & args
readonly mode=$(echo $1 | tr -d '-')
readonly md5list="$2"
moviedir="$3"
[ -n "$3" ] && [ -d "$3" ] && moviedir="$3"

#load config (DB,...)
config_load