| 
				
			 | 
			
			
				@@ -427,9 +427,6 @@ function install_apps { 
			 | 
		
	
		
			
			| 
				427
			 | 
			
				427
			 | 
			
			
				     is_interactive=$1 
			 | 
		
	
		
			
			| 
				428
			 | 
			
				428
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				429
			 | 
			
				429
			 | 
			
			
				     APP_INSTALLED_SUCCESS=1 
			 | 
		
	
		
			
			| 
				430
			 | 
			
				
			 | 
			
			
				-    if [ -f /tmp/failed_apps ]; then 
			 | 
		
	
		
			
			| 
				431
			 | 
			
				
			 | 
			
			
				-        rm /tmp/failed_apps 
			 | 
		
	
		
			
			| 
				432
			 | 
			
				
			 | 
			
			
				-    fi 
			 | 
		
	
		
			
			| 
				433
			 | 
			
				430
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				434
			 | 
			
				431
			 | 
			
			
				     # interactive install configuration for each app 
			 | 
		
	
		
			
			| 
				435
			 | 
			
				432
			 | 
			
			
				     if [ ${is_interactive} ]; then 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -466,7 +463,7 @@ function install_apps { 
			 | 
		
	
		
			
			| 
				466
			 | 
			
				463
			 | 
			
			
				                             install_completed ${a} 
			 | 
		
	
		
			
			| 
				467
			 | 
			
				464
			 | 
			
			
				                             echo $"${a} was installed from interactive" 
			 | 
		
	
		
			
			| 
				468
			 | 
			
				465
			 | 
			
			
				                         else 
			 | 
		
	
		
			
			| 
				469
			 | 
			
				
			 | 
			
			
				-                            echo "  ${a}" >> /tmp/failed_apps 
			 | 
		
	
		
			
			| 
				
			 | 
			
				466
			 | 
			
			
				+                            echo "Failed to install: ${a}" >> /var/log/${PROJECT_NAME}.log 
			 | 
		
	
		
			
			| 
				470
			 | 
			
				467
			 | 
			
			
				                             APP_INSTALLED_SUCCESS= 
			 | 
		
	
		
			
			| 
				471
			 | 
			
				468
			 | 
			
			
				                             echo $"${a} was not installed from interactive" 
			 | 
		
	
		
			
			| 
				472
			 | 
			
				469
			 | 
			
			
				                         fi 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -492,7 +489,7 @@ function install_apps { 
			 | 
		
	
		
			
			| 
				492
			 | 
			
				489
			 | 
			
			
				                                 install_completed ${a} 
			 | 
		
	
		
			
			| 
				493
			 | 
			
				490
			 | 
			
			
				                                 echo $"${a} was installed" 
			 | 
		
	
		
			
			| 
				494
			 | 
			
				491
			 | 
			
			
				                             else 
			 | 
		
	
		
			
			| 
				495
			 | 
			
				
			 | 
			
			
				-                                echo "  ${a}" >> /tmp/failed_apps 
			 | 
		
	
		
			
			| 
				
			 | 
			
				492
			 | 
			
			
				+                                echo "Failed to install: ${a}" >> /var/log/${PROJECT_NAME}.log 
			 | 
		
	
		
			
			| 
				496
			 | 
			
				493
			 | 
			
			
				                                 APP_INSTALLED_SUCCESS= 
			 | 
		
	
		
			
			| 
				497
			 | 
			
				494
			 | 
			
			
				                                 echo $"${a} was not installed" 
			 | 
		
	
		
			
			| 
				498
			 | 
			
				495
			 | 
			
			
				                             fi 
			 |