diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pb-console | 1 |
1 files changed, 1 insertions, 0 deletions
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 |