generated from me/template-mit
Add message to video processing function that a sync is being done.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user