| 
				
			 | 
			
			
				@@ -912,7 +912,6 @@ function restore_data_from_storage { 
			 | 
		
	
		
			
			| 
				912
			 | 
			
				912
			 | 
			
			
				     while true 
			 | 
		
	
		
			
			| 
				913
			 | 
			
				913
			 | 
			
			
				     do 
			 | 
		
	
		
			
			| 
				914
			 | 
			
				914
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				915
			 | 
			
				
			 | 
			
			
				-        app_list=() 
			 | 
		
	
		
			
			| 
				916
			 | 
			
				915
			 | 
			
			
				         n=1 
			 | 
		
	
		
			
			| 
				917
			 | 
			
				916
			 | 
			
			
				         applist="$n $AllStr off" 
			 | 
		
	
		
			
			| 
				918
			 | 
			
				917
			 | 
			
			
				         n=$[n+1] 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -924,7 +923,6 @@ function restore_data_from_storage { 
			 | 
		
	
		
			
			| 
				924
			 | 
			
				923
			 | 
			
			
				             app_name=${utils_installed[util_index]} 
			 | 
		
	
		
			
			| 
				925
			 | 
			
				924
			 | 
			
			
				             n=$[n+1] 
			 | 
		
	
		
			
			| 
				926
			 | 
			
				925
			 | 
			
			
				             util_index=$[util_index+1] 
			 | 
		
	
		
			
			| 
				927
			 | 
			
				
			 | 
			
			
				-            app_list+=("$app_name") 
			 | 
		
	
		
			
			| 
				928
			 | 
			
				926
			 | 
			
			
				         done 
			 | 
		
	
		
			
			| 
				929
			 | 
			
				927
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				930
			 | 
			
				928
			 | 
			
			
				         app_index=0 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -934,7 +932,6 @@ function restore_data_from_storage { 
			 | 
		
	
		
			
			| 
				934
			 | 
			
				932
			 | 
			
			
				             n=$[n+1] 
			 | 
		
	
		
			
			| 
				935
			 | 
			
				933
			 | 
			
			
				             app_name=${APPS_INSTALLED_NAMES[app_index]} 
			 | 
		
	
		
			
			| 
				936
			 | 
			
				934
			 | 
			
			
				             app_index=$[app_index+1] 
			 | 
		
	
		
			
			| 
				937
			 | 
			
				
			 | 
			
			
				-            app_list+=("$app_name") 
			 | 
		
	
		
			
			| 
				938
			 | 
			
				935
			 | 
			
			
				         done 
			 | 
		
	
		
			
			| 
				939
			 | 
			
				936
			 | 
			
			
				         applist="$applist $n $ExitStr on" 
			 | 
		
	
		
			
			| 
				940
			 | 
			
				937
			 | 
			
			
				         n=$[n+1] 
			 |