Remove tempfile on replace_face - annna - Annna the nice friendly bot.
(HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
---
(DIR) commit 7e36d1bac0c123cad1b5b5a681c62d62fb17b3c2
(DIR) parent d989a066c47a12ee20a101d35790dd95a6e3fccd
(HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
Date: Sun, 31 Jul 2022 13:58:51 +0200
Remove tempfile on replace_face
Diffstat:
M ffmpeg-effect | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -75,6 +75,7 @@ replace_face() {
if has_audio "$input";
then
replace_audio "$input" "$tmp" "$output"
+ rm -f "$tmp"
else
mv "$tmp" "$output"
fi