From 0c54259a38c3a3ce4ab96d86010307d55548844c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 25 Apr 2026 07:48:51 -0700 Subject: [PATCH] Add message to video processing function that a sync is being done. --- rc_shared.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc_shared.sh b/rc_shared.sh index 78ccdfd..859135c 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -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"