mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-30 21:31:13 +00:00 
			
		
		
		
	Rename web vault version file
https://github.com/dani-garcia/bw_web_builds/pull/58
This commit is contained in:
		
					parent
					
						
							
								fe8e043b8a
							
						
					
				
			
			
				commit
				
					
						a1f0da638c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -485,7 +485,7 @@ fn diagnostics(_token: AdminToken, ip_header: IpHeader, conn: DbConn) -> ApiResu | ||||||
| 
 | 
 | ||||||
|     // Get current running versions
 |     // Get current running versions
 | ||||||
|     let web_vault_version: WebVaultVersion = |     let web_vault_version: WebVaultVersion = | ||||||
|         match read_file_string(&format!("{}/{}", CONFIG.web_vault_folder(), "bwrs-version.json")) { |         match read_file_string(&format!("{}/{}", CONFIG.web_vault_folder(), "vw-version.json")) { | ||||||
|             Ok(s) => serde_json::from_str(&s)?, |             Ok(s) => serde_json::from_str(&s)?, | ||||||
|             _ => match read_file_string(&format!("{}/{}", CONFIG.web_vault_folder(), "version.json")) { |             _ => match read_file_string(&format!("{}/{}", CONFIG.web_vault_folder(), "version.json")) { | ||||||
|                 Ok(s) => serde_json::from_str(&s)?, |                 Ok(s) => serde_json::from_str(&s)?, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue