Skip to content

Commit

Permalink
fixed:deploy script compatible with passwordless login.
Browse files Browse the repository at this point in the history
  • Loading branch information
xl-xueling committed Jul 26, 2024
1 parent b5872b1 commit c9dc133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/compile/compile_roaring.exp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set timeout -1
expect {
-nocase "yes/no" {send "yes\n";exp_continue}
-nocase "password" {send "$dest_passwd\n"}
"${prompt}" {send "\r"}
}
expect "${prompt}"
send "cd ${ldp_home}/plugins/\r"
Expand Down

0 comments on commit c9dc133

Please sign in to comment.