| 
				
			 | 
			
			
				@@ -918,10 +918,10 @@ function upgrade_apps { 
			 | 
		
	
		
			
			| 
				918
			 | 
			
				918
			 | 
			
			
				         item_in_array "${app_name}" "${APPS_COMPLETED[@]}" 
			 | 
		
	
		
			
			| 
				919
			 | 
			
				919
			 | 
			
			
				         if [[ $? != 0 ]]; then 
			 | 
		
	
		
			
			| 
				920
			 | 
			
				920
			 | 
			
			
				             function_check app_is_installed 
			 | 
		
	
		
			
			| 
				921
			 | 
			
				
			 | 
			
			
				-            if [[ "$(app_is_installed $a)" == "1" ]]; then 
			 | 
		
	
		
			
			| 
				
			 | 
			
				921
			 | 
			
			
				+            if [[ "$(app_is_installed $app_name)" == "1" ]]; then 
			 | 
		
	
		
			
			| 
				922
			 | 
			
				922
			 | 
			
			
				                 echo '' 
			 | 
		
	
		
			
			| 
				923
			 | 
			
				923
			 | 
			
			
				                 echo '' 
			 | 
		
	
		
			
			| 
				924
			 | 
			
				
			 | 
			
			
				-                echo $"Upgrading $a" 
			 | 
		
	
		
			
			| 
				
			 | 
			
				924
			 | 
			
			
				+                echo $"Upgrading $app_name" 
			 | 
		
	
		
			
			| 
				925
			 | 
			
				925
			 | 
			
			
				                 app_load_variables ${app_name} 
			 | 
		
	
		
			
			| 
				926
			 | 
			
				926
			 | 
			
			
				                 APPS_COMPLETED+=("${app_name}") 
			 | 
		
	
		
			
			| 
				927
			 | 
			
				927
			 | 
			
			
				                 function_check upgrade_${app_name} 
			 |