minor fix

This commit is contained in:
Evgeny Zinoviev 2022-06-12 15:21:42 +03:00
parent fd4fa7d217
commit 2f8556eb45

View File

@ -173,7 +173,7 @@ do_motion() {
done < <(cat "$roi_file")
fi
debug "do_motion: finished in $(time_elapsed)"
debug "do_motion: finished in $(time_elapsed)s"
timecodes="$(echo "${timecodes[@]}" | sed 's/ */ /g' | xargs)"
timecodes="${timecodes// /,}"