mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
feat(tools): Add error message to check-bitcoin-only.
This commit is contained in:
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…
Reference in New Issue
Block a user