From fc95dc4ecc55c3dd4e429c6b5530ae2672d7ca1f Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 22 Nov 2013 09:36:58 +0800 Subject: [PATCH] utils/pb-console: Exit after running getty in detached state ... otherwise we'll try and bring the UI up on the current tty too. Signed-off-by: Jeremy Kerr --- utils/pb-console | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/pb-console b/utils/pb-console index e3bc8af..d846ea7 100644 --- a/utils/pb-console +++ b/utils/pb-console @@ -82,6 +82,7 @@ then if [ "$detach" = 1 ] then $getty -l $0 "$@" & + exit else exec $getty -l $0 "$@" fi -- 2.39.2