From bb9e332a34fef98622a7224befc17bcd410f0dd9 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 5 Sep 2022 02:46:41 -0600 Subject: [PATCH] rebuild array --- functions/update_apps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 545dfd6b..a48551d4 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -45,6 +45,8 @@ done [[ ${#array[@]} == 0 ]] && return +array=("${array[@]}") + it=0 while_count=0 rm deploying 2>/dev/null