From e3b18473109d63d686de66cbbbb5923d56f8ba89 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 1 Jan 2026 14:44:59 -0500 Subject: [PATCH] Update config check for n for no reboot --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 1cdc92be..3f617e65 100755 --- a/config +++ b/config @@ -55,8 +55,8 @@ echo sudo modprobe snd-aloop -# if [ "$2" = "n" ] ; then -if [ -z "$2" ] ; then + if [ "$2" = "n" ] ; then +#if [ -z "$2" ] ; then noreboot=0 else noreboot=1