清除过度清理的内容

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2025-11-10 08:48:03 +00:00
committed by Gitee
parent 472d22f5f6
commit 54e219b37a

View File

@@ -590,10 +590,6 @@ trap cleanup_tmpdir EXIT
rm -f "$thread_file"
fi
done
# 清理临时目录
cleanup_tmpdir
trap - EXIT # 移除临时目录的陷阱
# 合并显示信息
if [ -f "$tmpdir/display" ]; then
DOWNLOAD_DISPLAY+="\n$(cat "$tmpdir/display")"