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

app name during upgrade

parent 546cb11b
No related branches found
No related tags found
No related merge requests found
......@@ -918,10 +918,10 @@ 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 $app_name)" == "1" ]]; then
echo ''
echo ''
echo $"Upgrading $a"
echo $"Upgrading $app_name"
app_load_variables ${app_name}
APPS_COMPLETED+=("${app_name}")
function_check 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