Support both gpg1 and gpg2 missing key error messages
This commit is contained in:
parent
08e6cd40cb
commit
671b5c6ec6
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ EOF
|
|||
|
||||
#; validate status and output
|
||||
[ "$status" -eq 1 ]
|
||||
[[ "$output" =~ public\ key\ not\ found ]]
|
||||
[[ "$output" =~ public\ key\ not\ found ]] || [[ "$output" =~ No\ public\ key ]]
|
||||
[[ "$output" =~ Unable\ to\ write ]]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue