Support both gpg1 and gpg2 missing key error messages

This commit is contained in:
Tim Byrne 2017-01-25 07:49:56 -06:00
parent 08e6cd40cb
commit 671b5c6ec6
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E
1 changed files with 1 additions and 1 deletions

View File

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