1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

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

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