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:
wanghuaz 2009-04-27 05:31:35 +00:00
parent 94ba6c8119
commit 77becdb875

View File

@ -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