semi fix for passwd prompt

This commit is contained in:
proddy
2021-01-03 21:39:50 +01:00
parent e6047c375f
commit 861610c560

View File

@@ -425,9 +425,9 @@ void Shell::loop_blocking() {
stop();
}
// if (running()) {
// display_prompt();
// }
if (running()) {
display_prompt();
}
idle_time_ = uuid::get_uptime_ms();
}