diff --git a/src/freedombone-utils-selector b/src/freedombone-utils-selector
index f45689b6705814a8e0b45d544e819cb1d6faf5a8..bc01d6810598c670bea0ca473025225c91608a6d 100755
--- a/src/freedombone-utils-selector
+++ b/src/freedombone-utils-selector
@@ -336,7 +336,7 @@ function detect_installed_apps {
     do
         app_name=$(echo "${filename}" | awk -F '-app-' '{print $2}')
 
-        if [[ $(app_is_installed $app_name) ]]; then
+        if [[ $(app_is_installed $app_name) == "1" ]]; then
             item_in_array "${app_name}" "${APPS_AVAILABLE[@]}"
             if [[ $? != 0 ]]; then
                 variants_list=$(app_variants $filename)