|
@@ -336,7 +336,7 @@ function detect_installed_apps {
|
336
|
336
|
do
|
337
|
337
|
app_name=$(echo "${filename}" | awk -F '-app-' '{print $2}')
|
338
|
338
|
|
339
|
|
- if [[ $(app_is_installed $app_name) ]]; then
|
|
339
|
+ if [[ $(app_is_installed $app_name) == "1" ]]; then
|
340
|
340
|
item_in_array "${app_name}" "${APPS_AVAILABLE[@]}"
|
341
|
341
|
if [[ $? != 0 ]]; then
|
342
|
342
|
variants_list=$(app_variants $filename)
|