This commit is contained in:
Bob Mottram 2016-12-21 19:40:28 +00:00
parent e3ff98ce41
commit 7ad43b6800
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ function upgrade_apps {
do
app_name=$(echo "${filename}" | awk -F '-app-' '{print $2}')
item_in_array "${app_name}" "${APPS_COMPLETED[@]}"
item_in_array "${app_name}" ${APPS_COMPLETED[@]}
if [[ $? != 0 ]]; then
function_check app_is_installed
if [[ $(app_is_installed $a) == "1" ]]; then