From d39f8008631876848df89046bef8c2db80c87f5b Mon Sep 17 00:00:00 2001 From: Ing Date: Tue, 11 Mar 2025 18:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=81=E8=AE=B8=E9=99=84=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/initrd/opt/rr/menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/rr/menu.sh b/files/initrd/opt/rr/menu.sh index bdbbc1c8..b693fbe6 100755 --- a/files/initrd/opt/rr/menu.sh +++ b/files/initrd/opt/rr/menu.sh @@ -655,7 +655,7 @@ function addonMenu() { 2>"${TMP_PATH}/resp" [ $? -ne 0 ] && continue resp="$(cat "${TMP_PATH}/resp" 2>/dev/null)" - [ -z "${resp}" ] && continue + # [ -z "${resp}" ] && continue # Addons params can be empty VALUE="${resp}" else VALUE=""