Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed Jan 5, 2024
2 parents 9a8f56a + 8df6306 commit c3a917b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-linux-aarch64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ runs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70
toolchain: 1.70.0
10 changes: 4 additions & 6 deletions scripts/movementctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,10 @@ function start_avalanchego() {

# Starts the avalanche-network-runner server
function start_avalanche_network_runner() {
if [[ $RUN_IN_FOREGROUND == "true" ]]; then
SUBNET_TIMEOUT=10000000000000 $HOME/.movement/M1/m1/run.debug.sh
else
SUBNET_TIMEOUT=10000000000000 $HOME/.movement/M1/m1/run.debug.sh &
echo $! >> "$PID_DIR/avalanche_network_runner.pid"
fi

cd $HOME/.movement/M1/m1
$HOME/.movement/M1/m1/run.debug.sh

}

# Starts the subnet-request-proxy Node.js server
Expand Down

0 comments on commit c3a917b

Please sign in to comment.