Skip to content

Commit

Permalink
(debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 14, 2024
1 parent 170e011 commit e00ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/launch_scripts/local-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ for ((i = 0; i < ${#pids[@]}; i++)); do
set -x
wait -n # wait for the FIRST to finish
exit_status=$?
set +x
#set +x
sleep 5 # for our logs

# find the finished process PID by checking jobs
Expand Down

0 comments on commit e00ee53

Please sign in to comment.