1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-11 15:42:42 +00:00

Fixed path for binary

This commit is contained in:
Vladimir Volek 2019-01-11 21:16:38 +01:00
parent 2c5739d3bb
commit 459e338ba0

View File

@ -5,7 +5,7 @@ cd "$(dirname "$0")"
cd ..
# run bridge
cd /trezor-bridge/extracted/usr/bin && trezord -e 21324 -u=false &&
cd /trezor-bridge/extracted/usr/bin && ./trezord -e 21324 -u=false &&
# run emulator
cd /trezor-emulator/docker/emulator && ./run.sh &&