Bob Mottram il y a 8 ans
Parent
révision
e3ff98ce41
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-utils-setup

+ 1
- 1
src/freedombone-utils-setup Voir le fichier

@@ -851,7 +851,7 @@ function upgrade_apps {
851 851
         item_in_array "${app_name}" "${APPS_COMPLETED[@]}"
852 852
         if [[ $? != 0 ]]; then
853 853
             function_check app_is_installed
854
-            if [[ "$(app_is_installed $a)" == "1" ]]; then
854
+            if [[ $(app_is_installed $a) == "1" ]]; then
855 855
                 echo ''
856 856
                 echo ''
857 857
                 echo $"Upgrading $a"