positive return

This commit is contained in:
olli 2024-04-04 13:32:06 +02:00
parent 81e0677015
commit ecf84e2b0a

View File

@ -188,6 +188,7 @@ function g_compress_video {
cat $g_tmp/cmd
sh $g_tmp/cmd
g_try=$((g_try+1))
rm /tmp/"$g_vid_md5".g_progressing
[ "$g_try" -gt "3" ] && return 1
done
local g_timestamp=$(ls --time-style='+%Y%m%d%H%M' -l "$g_vid" | cut -d" " -f6)