Fix mktemp call in import_cacert
This commit is contained in:
		
							parent
							
								
									7461ce7c8f
								
							
						
					
					
						commit
						e9c5bcb0d9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -14,7 +14,7 @@ function import_cacert | |||
|     local class3_fingerprint="AD:7C:3F:64:FC:44:39:FE:F4:E9:0B:E8:F4:7C:6C:FA:8A:AD:FD:CE" | ||||
| 
 | ||||
|     local savewd=`pwd` | ||||
|     local tmpdir=`mktemp -d` | ||||
|     local tmpdir=`mktemp -dt cacert` | ||||
|     cd "$tmpdir" | ||||
| 
 | ||||
|     # Download the certificates. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue