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:
parent
2c5739d3bb
commit
459e338ba0
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user