From 5d014126784963de3454b0f4fd9e1f75d4642901 Mon Sep 17 00:00:00 2001 From: olli Date: Wed, 24 Aug 2022 17:32:49 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Egaboshlib/g=5Fcompress=5Fvideo.sh?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gaboshlib/g_compress_video.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gaboshlib/g_compress_video.sh b/gaboshlib/g_compress_video.sh index 6fbfce6..0c6b932 100644 --- a/gaboshlib/g_compress_video.sh +++ b/gaboshlib/g_compress_video.sh @@ -196,6 +196,6 @@ function g_compress_video { g_timestamp=$((g_timestamp+1)) cat "$g_viddone" >"$g_vid" touch -t $g_timestamp "$g_vid" - rm "$g_viddone" + rm "$g_viddone" "${g_viddone}-streamable" "${g_viddone}-stream" rm /tmp/"$g_vid_md5".g_progressing }