From 5ccf102791728b383f0cdb790f0633b64e304279 Mon Sep 17 00:00:00 2001 From: Sofia <253282481+sofia-riese@users.noreply.github.com> Date: Thu, 15 Jan 2026 18:47:53 +0800 Subject: [PATCH] fix(4_setboot): add double quote to prevent word splitting --- scripts/menus/4_setboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/4_setboot.sh b/scripts/menus/4_setboot.sh index d20f70e0..bc7789c4 100644 --- a/scripts/menus/4_setboot.sh +++ b/scripts/menus/4_setboot.sh @@ -84,7 +84,7 @@ setboot() { case "$sec" in [0-9] | [0-9][0-9] | [0-2][0-9][0-9] | 300) start_delay=$sec - setconfig start_delay $sec + setconfig start_delay "$sec" echo -e "\033[32m设置成功!\033[0m" ;; *)