Skip to content
Snippets Groups Projects
Commit f1ba8298 authored by Bob Mottram's avatar Bob Mottram
Browse files

load app variables before upgrade

parent de13d76d
No related branches found
No related tags found
No related merge requests found
......@@ -494,6 +494,7 @@ function upgrade_apps {
if [[ $? != 0 ]]; then
function_check app_is_installed
if [[ "$(app_is_installed $a)" == "1" ]]; then
app_load_variables ${app_name}
APPS_COMPLETED+=("${app_name}")
function_check upgrade_${app_name}
upgrade_${app_name}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment