From 4e986fe5915ab749c0c66760787c0cbc2fa601b2 Mon Sep 17 00:00:00 2001 From: Ing Date: Thu, 25 Sep 2025 21:54:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8F=9C=E5=8D=95=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=E8=B0=83=E7=94=A8=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=87=8D?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=9B=B8=E5=85=B3=E7=9A=84=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/initrd/opt/rr/boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/initrd/opt/rr/boot.sh b/files/initrd/opt/rr/boot.sh index c34464fd..4f8e91d0 100755 --- a/files/initrd/opt/rr/boot.sh +++ b/files/initrd/opt/rr/boot.sh @@ -49,12 +49,12 @@ if [ -f "${PART1_PATH}/.upgraded" ]; then PRODUCTVER="$(readConfigKey "productver" "${USER_CONFIG_FILE}")" PATURL="$(readConfigKey "paturl" "${USER_CONFIG_FILE}")" PATSUM="$(readConfigKey "patsum" "${USER_CONFIG_FILE}")" - ./menu.sh modelMenu "${MODEL}" "${PLATFORM}" || { + ./menu.sh reconfiguringM "${MODEL}" "${PLATFORM}" || { echo -e "$(TEXT "Reconfiguration failed!")" exit 1 } if [ -n "${PRODUCTVER}" ] && [ -n "${PATURL}" ]; then - ./menu.sh productversMenu "${PRODUCTVER}" "${PATURL}" "${PATSUM}" || { + ./menu.sh reconfiguringV "${PRODUCTVER}" "${PATURL}" "${PATSUM}" || { echo -e "$(TEXT "Reconfiguration failed!")" exit 1 }