Skip to content

Commit

Permalink
fix(dev): Drop -n from wait in bin/start-rust-service (PostHog#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber authored Feb 20, 2025
1 parent 6be659b commit b700806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/start-rust-service
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ while true; do

# restart subprocess if it fails without bin/start shutdown
set +e
wait -n $RS_PID
wait $RS_PID
set -e

sleep 3
Expand Down

0 comments on commit b700806

Please sign in to comment.