From e00ee5323186f2db140df96ae3e9d71ccd3a687c Mon Sep 17 00:00:00 2001 From: ric-evans Date: Mon, 14 Oct 2024 18:17:04 -0500 Subject: [PATCH] (debug) --- resources/launch_scripts/local-scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/launch_scripts/local-scan.sh b/resources/launch_scripts/local-scan.sh index e3742c7ac..ace5e48a0 100755 --- a/resources/launch_scripts/local-scan.sh +++ b/resources/launch_scripts/local-scan.sh @@ -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