|  | @@ -309,7 +309,7 @@ public class DockerExe {
 | 
											
												
													
														|  |          List<Mount> am =new ArrayList<>();
 |  |          List<Mount> am =new ArrayList<>();
 | 
											
												
													
														|  |          am.add(wokerMount);
 |  |          am.add(wokerMount);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        String jsonFile =directory+"/"+file.getFilename().replace(".cgns","_data.json");
 |  | 
 | 
											
												
													
														|  | 
 |  | +        String jsonFile =directory+"/"+file.getFilename().replace(".bdf","_data.json");
 | 
											
												
													
														|  |          File json =new File(jsonFile);
 |  |          File json =new File(jsonFile);
 | 
											
												
													
														|  |          if(!json.exists()){
 |  |          if(!json.exists()){
 | 
											
												
													
														|  |              json.createNewFile();
 |  |              json.createNewFile();
 |