Skip to content

Commit

Permalink
workbench | supervisor: prevent 'cardano-tracer' process from leaking…
Browse files Browse the repository at this point in the history
… in case of node start failure
  • Loading branch information
deepfire committed Jun 24, 2022
1 parent bfff65a commit 5191bc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/workbench/supervisor.sh
Expand Up @@ -137,6 +137,7 @@ EOF
progress_ne "supervisor" "waiting for $(yellow cardano-tracer) to create socket: "
while test ! -e "$dir"/tracer/tracer.socket; do sleep 1; done
echo $(green ' OK') >&2
backend_supervisor save-child-pids "$dir"
fi;;

get-node-socket-path )
Expand Down

0 comments on commit 5191bc1

Please sign in to comment.