modified: install/DockerProxy_Install.sh

This commit is contained in:
dqzboy
2024-07-19 19:42:52 +08:00
parent cc1fbebb9b
commit 99c6252967

View File

@@ -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