Fix infinite loop in recovery console

This commit is contained in:
Andrew J. Hesford 2020-05-15 20:26:39 -04:00
parent be8651cda5
commit 5f3f2ccf36
1 changed files with 1 additions and 0 deletions

View File

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