X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=utils%2Fpb-console;h=d846ea7614703dd80f590f45a6f74341889dd773;hp=e3bc8af14047b5872d8ad7f680e1521f289bd9ca;hb=15e4a88f297abc8f22a58bb87055d20eacb61db4;hpb=059262751021d17ffa6d7f474cf25df0f297d23e 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