]> git.ozlabs.org Git - petitboot/blobdiff - utils/pb-console
utils/pb-console: reset after UI exit
[petitboot] / utils / pb-console
index b1c8003ef841d155b81051a9dc091beec83ff7d0..e3bc8af14047b5872d8ad7f680e1521f289bd9ca 100644 (file)
@@ -98,6 +98,7 @@ done
 while :
 do
        $ui
+       reset
        echo "Exiting petitboot. Type 'exit' to return."
        $shell
 done