From 91040dbef79cb14baf691ff4bad806126a416259 Mon Sep 17 00:00:00 2001 From: shenmo Date: Mon, 10 Nov 2025 08:48:03 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E8=BF=87=E5=BA=A6=E6=B8=85?= =?UTF-8?q?=E7=90=86=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tool/apt-fast/ss-apt-fast | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tool/apt-fast/ss-apt-fast b/tool/apt-fast/ss-apt-fast index 38fb0ef..ec5de31 100755 --- a/tool/apt-fast/ss-apt-fast +++ b/tool/apt-fast/ss-apt-fast @@ -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")"