Run all the things properly

pull/311/head
Vladimir Volek 5 years ago
parent 50852186c8
commit 701789a334

@ -5,10 +5,10 @@ cd "$(dirname "$0")"
cd .. cd ..
# run bridge # 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 # run emulator
cd /trezor-emulator/docker/emulator && ./run.sh & cd /trezor-emulator/trezor-core && ./emu.sh &
# run wallet # run wallet
cd /trezor-wallet && yarn run server:stable cd /trezor-wallet && yarn run server:stable

Loading…
Cancel
Save