From 9a0bc10b8eb63ae6d79a20d8e15921413f7ec5c5 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 8 Aug 2022 23:48:29 -0600 Subject: [PATCH] comment out un-needed --- functions/update_apps.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 25868faf..76d78053 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -48,16 +48,16 @@ do ((proc_count++)) ((ttl++)) done - ((first_run++)) - if [[ $first_run == 1 ]]; then - if [[ $ttl -le 5 ]]; then - sleep 15 - elif [[ $ttl -le 10 ]]; then - sleep 25 - elif [[ $ttl -gt 10 ]]; then - sleep 35 - fi - fi + # ((first_run++)) + # if [[ $first_run == 1 ]]; then + # if [[ $ttl -le 5 ]]; then + # sleep 15 + # elif [[ $ttl -le 10 ]]; then + # sleep 25 + # elif [[ $ttl -gt 10 ]]; then + # sleep 35 + # fi + # fi elif [[ $proc_count != 0 ]]; then # Wait for all processes to finish sleep 6 else # All processes must be completed, break out of loop