Bob Mottram hace 8 años
padre
commit
7ad43b6800
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-utils-setup

+ 1
- 1
src/freedombone-utils-setup Ver fichero

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