From 5ada2c505f49adf1774308567b8b4ea076eaa1df Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Thu, 1 Jan 2026 18:40:35 +0800 Subject: [PATCH] bug fix --- DockerInstallation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerInstallation.sh b/DockerInstallation.sh index 27016e8..cab1c63 100755 --- a/DockerInstallation.sh +++ b/DockerInstallation.sh @@ -951,7 +951,7 @@ function choose_mirrors() { if [[ -z "${tmp_result}" ]]; then echo -e "\n$WARN $(msg "warn.needValidNumberIndex")" else - SOURCE="${tmp_result}" + SOURCE_REGISTRY="${tmp_result}" break fi ;;