From 99c6252967e758b13140c6ccf294cd874db68810 Mon Sep 17 00:00:00 2001 From: dqzboy Date: Fri, 19 Jul 2024 19:42:52 +0800 Subject: [PATCH] modified: install/DockerProxy_Install.sh --- install/DockerProxy_Install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/DockerProxy_Install.sh b/install/DockerProxy_Install.sh index 811da80..832f1dc 100644 --- a/install/DockerProxy_Install.sh +++ b/install/DockerProxy_Install.sh @@ -1396,8 +1396,8 @@ function DOWN_CONFIG() { selected_all=false - - if [[ "$main_choice" != "5" ]]; then + # 非更新配置操作则执行下面步骤 + if [[ "$main_choice" != "4" ]]; then first_selected_container=${selected_containers[0]} update_docker_registry_url "$first_selected_container" fi