feat(tools): Add error message to check-bitcoin-only.

pull/2419/head
Andrew Kozlik 2 years ago committed by Andrew Kozlik
parent a762e75fee
commit 6e04523d6a

@ -17,4 +17,7 @@ for altcoin in $ALTCOINS; do
done
IFS=$OLDIFS
if [ $RETURN -ne 0 ]; then
echo "ERROR: Altcoin strings found in Bitcoin-only firmware."
fi
exit $RETURN

Loading…
Cancel
Save