From 820e3cb94c8ed1e105751d832a40154df7be90bb Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Tue, 25 Feb 2025 16:46:31 +0000 Subject: [PATCH] update tool/apt-fast/ss-apt-fast. --- tool/apt-fast/ss-apt-fast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/apt-fast/ss-apt-fast b/tool/apt-fast/ss-apt-fast index 1734187..05922dc 100755 --- a/tool/apt-fast/ss-apt-fast +++ b/tool/apt-fast/ss-apt-fast @@ -433,7 +433,7 @@ get_uris(){ msg "Package manager quit with exit code.Here is the log" "warning" msg "包管理器以错误代码退出.日志如下" "warning" msg "${uris_full}" - exit"$CLEANUP_STATE" + exit "$CLEANUP_STATE" fi prepare_auth local tmpdir=$(mktemp -d) || {