diff --git a/localnet/build_and_run.sh b/localnet/build_and_run.sh index ec13e9d8714..20d1a360740 100755 --- a/localnet/build_and_run.sh +++ b/localnet/build_and_run.sh @@ -2,4 +2,4 @@ # Does a cargo build and then recreates the localnet using the new binaries. # Usage: ./localnet/build_and_run.sh -cargo build && ./localnet/recreate.sh -d && cd bouncer && ./setup_for_test.sh +cargo build && ./localnet/recreate.sh -d && (cd bouncer && ./setup_for_test.sh)