quotes
This commit is contained in:
parent
2712e1cedd
commit
e3ff98ce41
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue