Skip to content

Commit

Permalink
fix: backwards compatibility with old running mechanisms
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Dec 20, 2023
1 parent de91f2b commit 8df6306
Showing 1 changed file with 4 additions and 6 deletions.
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 8df6306

Please sign in to comment.