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