清除过度清理的内容

This commit is contained in:
2025-11-10 08:48:03 +00:00
parent 033a7c07c1
commit 91040dbef7

View File

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