From bf6113581bad16c96475b554552b35884a266dd9 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 15 Mar 2026 17:55:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E6=AD=A2ACE=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=B0=9D=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extras/shell-caller.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/extras/shell-caller.sh b/extras/shell-caller.sh index 59468bb7..155e8d17 100755 --- a/extras/shell-caller.sh +++ b/extras/shell-caller.sh @@ -20,8 +20,11 @@ case "$command_type" in "ssinstall") # 执行 ssinstall 命令(跳过第一个参数) - /usr/bin/ssinstall "${@:2}" 2>&1 + /usr/bin/ssinstall "${@:2}" --native 2>&1 exit_code=$? + if [[ "$exit_code" != "0" ]];then + echo "安装失败,可尝试安装对应的 APM 版本应用;若无对应的 APM 版本应用,可提交用户反馈" + fi ;; "aptss")