Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lostjared committed Sep 24, 2024
1 parent dea1a6d commit 8278e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/src/terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 8278e88

Please sign in to comment.