Add message to video processing function that a sync is being done.

This commit is contained in:
2026-04-25 07:48:51 -07:00
parent 4791e1c168
commit 0c54259a38

View File

@@ -396,9 +396,11 @@ function process-video {
mv -v ffmpeg2pass*.log* ~/TRASH/
fi
echo "`date` - Syncing data."
sync
sleep 10
sync
if [[ -s $newfile ]]; then
echo "`date` - Getting file sizes."
du -h "$file"