mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-27 18:35:03 +01:00
corrected syntax error
This commit is contained in:
parent
94b0690594
commit
76cfbc0594
@ -56,7 +56,6 @@ else
|
|||||||
fi
|
fi
|
||||||
$(ffmpeg -i ${input_file} -loglevel 0 -f framemd5 -an ${md5_tmp})
|
$(ffmpeg -i ${input_file} -loglevel 0 -f framemd5 -an ${md5_tmp})
|
||||||
[[ ! -f ${md5_tmp} ]] && _output_prompt
|
[[ ! -f ${md5_tmp} ]] && _output_prompt
|
||||||
fi
|
|
||||||
old_file=$(grep -v '^#' ${input_hash})
|
old_file=$(grep -v '^#' ${input_hash})
|
||||||
tmp_file=$(grep -v '^#' ${md5_tmp})
|
tmp_file=$(grep -v '^#' ${md5_tmp})
|
||||||
if [[ "${old_file}" = "${tmp_file}" ]]; then
|
if [[ "${old_file}" = "${tmp_file}" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user