From 65d32d2155bcf70532310d4385448557bb46fe7d Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 4 Aug 2022 20:13:44 -0600 Subject: [PATCH] forgot a sleep timer --- functions/update_apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index c9773bbb..bb778075 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -24,7 +24,7 @@ do ((count++)) done if [[ "$proc_count" -ge "$update_limit" ]]; then - sleep 3 + sleep 10 elif [[ $it -lt ${#array[@]} ]]; then new_updates=0 until [[ "$proc_count" -ge "$update_limit" || $it -ge ${#array[@]} ]]