Skip to content

Commit 28dd781

Browse files
committed
fix: 🐛 fix input root password bug
1 parent bb4c160 commit 28dd781

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
17 Bytes
Binary file not shown.

login.expect

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ if {$argc > 2} {
3838
"*:" {
3939
send "$passwd2\r"
4040
}
41+
"Password: " {
42+
send "$passwd2\r"
43+
}
4144
}
4245
}
4346
}

0 commit comments

Comments
 (0)