quotes
This commit is contained in:
parent
e3ff98ce41
commit
7ad43b6800
|
@ -848,7 +848,7 @@ function upgrade_apps {
|
||||||
do
|
do
|
||||||
app_name=$(echo "${filename}" | awk -F '-app-' '{print $2}')
|
app_name=$(echo "${filename}" | awk -F '-app-' '{print $2}')
|
||||||
|
|
||||||
item_in_array "${app_name}" "${APPS_COMPLETED[@]}"
|
item_in_array "${app_name}" ${APPS_COMPLETED[@]}
|
||||||
if [[ $? != 0 ]]; then
|
if [[ $? != 0 ]]; then
|
||||||
function_check app_is_installed
|
function_check app_is_installed
|
||||||
if [[ $(app_is_installed $a) == "1" ]]; then
|
if [[ $(app_is_installed $a) == "1" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue