diff --git a/system/src/terminal.cpp b/system/src/terminal.cpp index 4e55488..a8f54a2 100644 --- a/system/src/terminal.cpp +++ b/system/src/terminal.cpp @@ -233,7 +233,7 @@ namespace mx { sendCommand("\n"); } else { parseTerminalData(temp); - if(temp.find("password for") != std::string::npos || temp.find("Password: ") != std::string::npos) { + if(temp.find("password for") != std::string::npos || temp.find("Password:") != std::string::npos) { echo_enabled = false; } }