This commit is contained in:
Bob Mottram 2016-12-21 19:33:55 +00:00
parent 2712e1cedd
commit e3ff98ce41
1 changed files with 1 additions and 1 deletions

View File

@ -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"