From f7cda6637e981ce0893b5e8ea5d1ccb7ef8eb9f5 Mon Sep 17 00:00:00 2001 From: dqzboy Date: Tue, 16 Jul 2024 19:37:20 +0800 Subject: [PATCH] feat: Support for specifying authentication and authorization individually --- install/DockerProxy_Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/DockerProxy_Install.sh b/install/DockerProxy_Install.sh index 0d9fb55..9808af2 100644 --- a/install/DockerProxy_Install.sh +++ b/install/DockerProxy_Install.sh @@ -2201,7 +2201,7 @@ INSTALL_OR_UPDATE_CMD() { INFO "${action}脚本${GREEN}成功${RESET},命令行输入 ${LIGHT_GREEN}hub${RESET} 运行" else ERROR "设置系统命令失败" - exit 2 + exit 1 fi }