Correction script convert-video

This commit is contained in:
Breizh 2023-07-29 02:51:21 +02:00
parent 8f2b940c97
commit 43b0755211
1 changed files with 1 additions and 1 deletions

View File

@ -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