core: Fix stock apps not being loaded/updated.
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build Tilde Friends / Build-All (push) Successful in 28m52s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build Tilde Friends / Build-All (push) Successful in 28m52s
				
			This commit is contained in:
		@@ -1299,10 +1299,12 @@ static int _tf_run_task(const tf_run_args_t* args, int index)
 | 
			
		||||
	sqlite3* db = tf_ssb_acquire_db_reader(ssb);
 | 
			
		||||
	int64_t http_port = 0;
 | 
			
		||||
	int64_t https_port = 0;
 | 
			
		||||
	char out_http_port_file[512] = "";
 | 
			
		||||
	tf_ssb_db_get_global_setting_int64(db, "http_port", &http_port);
 | 
			
		||||
	tf_ssb_db_get_global_setting_int64(db, "https_port", &https_port);
 | 
			
		||||
	tf_ssb_db_get_global_setting_string(db, "out_http_port_file", out_http_port_file, sizeof(out_http_port_file));
 | 
			
		||||
	tf_ssb_release_db_reader(ssb, db);
 | 
			
		||||
	if (http_port || https_port)
 | 
			
		||||
	if (http_port || https_port || *out_http_port_file)
 | 
			
		||||
	{
 | 
			
		||||
		if (args->zip)
 | 
			
		||||
		{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user