Correction script convert-video
This commit is contained in:
parent
8f2b940c97
commit
43b0755211
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ do
|
|||
dstfile="${file%.*}.opus"
|
||||
|
||||
# Passe les fichiers déjà traités
|
||||
if [[ "${dstdir}${dstfile}" -nt "${file}" ]]
|
||||
if [[ "${dstdir}${dstfile}" -nt "${file}" || "${dstdir}${file}" -nt "${file}" ]]
|
||||
then
|
||||
echo "[${blue}SKIP${reset}] ${dir#./}$file"
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue