load app variables before upgrade
This commit is contained in:
parent
de13d76d65
commit
f1ba82984a
|
@ -494,6 +494,7 @@ function upgrade_apps {
|
||||||
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
|
||||||
|
app_load_variables ${app_name}
|
||||||
APPS_COMPLETED+=("${app_name}")
|
APPS_COMPLETED+=("${app_name}")
|
||||||
function_check upgrade_${app_name}
|
function_check upgrade_${app_name}
|
||||||
upgrade_${app_name}
|
upgrade_${app_name}
|
||||||
|
|
Loading…
Reference in New Issue