mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 20:32:05 +08:00
清除过度清理的内容
This commit is contained in:
@@ -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")"
|
||||||
|
|||||||
Reference in New Issue
Block a user