mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Handle rpm --addsign pasphrase prompts
This commit is contained in:
@@ -28,6 +28,10 @@ expect {
|
|||||||
send -- "$passphrase\r"
|
send -- "$passphrase\r"
|
||||||
exp_continue
|
exp_continue
|
||||||
}
|
}
|
||||||
|
-nocase "enter pass phrase:" {
|
||||||
|
send -- "$passphrase\r"
|
||||||
|
exp_continue
|
||||||
|
}
|
||||||
timeout {
|
timeout {
|
||||||
puts "expect timeout"
|
puts "expect timeout"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user