diff --git a/src/freedombone-utils-setup b/src/freedombone-utils-setup index c2f5373a..31e03e26 100755 --- a/src/freedombone-utils-setup +++ b/src/freedombone-utils-setup @@ -851,7 +851,7 @@ function upgrade_apps { item_in_array "${app_name}" "${APPS_COMPLETED[@]}" if [[ $? != 0 ]]; then function_check app_is_installed - if [[ "$(app_is_installed $a)" == "1" ]]; then + if [[ $(app_is_installed $a) == "1" ]]; then echo '' echo '' echo $"Upgrading $a"