Merge pull request #32 from ahesford/master

Fix infinite loop in recovery console
This commit is contained in:
Zach Dykstra 2020-05-15 19:45:48 -05:00 committed by GitHub
commit 3539ed6e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ while true; do
;;
"alt-r")
emergency_shell "alt-r invoked"
BE_SELECTED=0
;;
"alt-c")
tput clear