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/
|
mv -v ffmpeg2pass*.log* ~/TRASH/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "`date` - Syncing data."
|
||||||
sync
|
sync
|
||||||
sleep 10
|
sleep 10
|
||||||
sync
|
sync
|
||||||
|
|
||||||
if [[ -s $newfile ]]; then
|
if [[ -s $newfile ]]; then
|
||||||
echo "`date` - Getting file sizes."
|
echo "`date` - Getting file sizes."
|
||||||
du -h "$file"
|
du -h "$file"
|
||||||
|
|||||||
Reference in New Issue
Block a user