Fixed one issue that in some case, expect stopped at the bump screen.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3261 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
94ba6c8119
commit
77becdb875
@ -2408,6 +2408,9 @@ while { ! $done } {
|
||||
nc_msg "$PROGRAM Status: at ok prompt\n"
|
||||
set done 1
|
||||
}
|
||||
-re "bumped" {
|
||||
exp_continue
|
||||
}
|
||||
timeout {
|
||||
send_user "$PROGRAM: Timeout; exiting\n"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user