Skip to content

Commit

Permalink
Use nohup
Browse files Browse the repository at this point in the history
  • Loading branch information
mb1896 committed Feb 11, 2024
1 parent 3c50ccd commit d85285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_subnet_under_calibration_net/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ done
# Step 9: Start a relayer process
# Kill existing relayer if there's one
pkill -f "relayer" || true
$IPC_CLI checkpoint relayer --subnet $subnet_id &
nohup $IPC_CLI checkpoint relayer --subnet $subnet_id &

# Step 10: Test ETH API endpoint
echo "$DASHES Test ETH API endpoints of validator nodes"
Expand Down

0 comments on commit d85285a

Please sign in to comment.