From d88762ea57019e8f2cb46f9871072310b80efc4a Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Wed, 27 Jul 2022 20:05:28 -0600 Subject: [PATCH] cleanup --- functions/update_apps.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 30c197ea..eb517a92 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -32,10 +32,6 @@ do elif [[ $proc_count != 0 ]]; then # Wait for all processes to finish sleep 3 else # All processes must be completed, break out of loop - # Unessesary for loop. since processes have to be completed before getting to this point, it is unlikely we would ever have to wait on processes.. Will test more. - # for proc in "${processes[@]}"; do - # wait "$proc" - # done break fi done