From a15ff56a98520919175053efb9890bf3840d00ee Mon Sep 17 00:00:00 2001 From: Alan Sapede Date: Thu, 22 Oct 2020 15:05:25 -0400 Subject: [PATCH] Fixes standalone binary path (#75) Co-authored-by: Alan --- scripts/_init_var.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_init_var.sh b/scripts/_init_var.sh index 4e95c8bb4116e..78ed1a3e2cb94 100644 --- a/scripts/_init_var.sh +++ b/scripts/_init_var.sh @@ -8,7 +8,7 @@ mkdir -p $PARACHAIN_BUILD_FOLDER if [ -z "$STANDALONE_BINARY" ]; then - STANDALONE_BINARY="target/release/moonbase-standalone" + STANDALONE_BINARY="node/standalone/target/release/moonbase-standalone" fi if [ -z "$PARACHAIN_BINARY" ]; then