[trivial] contrib: Fix echo
s in verify.sh
This commit is contained in:
parent
141c44ed65
commit
a6d5a6502a
@ -82,7 +82,7 @@ if [ $RET -ne 0 ]; then
|
|||||||
echo "Bad signature."
|
echo "Bad signature."
|
||||||
elif [ $RET -eq 2 ]; then
|
elif [ $RET -eq 2 ]; then
|
||||||
#or if a gpg error has occurred
|
#or if a gpg error has occurred
|
||||||
echo "gpg error. Do you have Gavin's code signing key installed?"
|
echo "gpg error. Do you have the Bitcoin Core binary release signing key installed?"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "gpg output:"
|
echo "gpg output:"
|
||||||
@ -116,4 +116,6 @@ fi
|
|||||||
#everything matches! clean up the mess
|
#everything matches! clean up the mess
|
||||||
clean_up $FILES $SIGNATUREFILENAME $TMPFILE
|
clean_up $FILES $SIGNATUREFILENAME $TMPFILE
|
||||||
|
|
||||||
|
echo -e "Verified hashes of \n$FILES"
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user