mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Merge branch 'wizard-database' of https://github.com/Ombi-app/Ombi into wizard-database
This commit is contained in:
commit
be81ff4d46
1 changed files with 2 additions and 1 deletions
|
@ -89,8 +89,9 @@ namespace Ombi.Controllers.V2
|
|||
_logger.LogError("Wizard has already been completed");
|
||||
return BadRequest();
|
||||
}
|
||||
|
||||
var sanitizedType = config.Type.Replace(Environment.NewLine, "").Replace("\n", "").Replace("\r", "");
|
||||
_logger.LogInformation("Setting up database type: {0}", config.Type);
|
||||
_logger.LogInformation("Setting up database type: {0}", sanitizedType);
|
||||
|
||||
var connectionString = string.Empty;
|
||||
if (config.Type == IDatabaseConfigurationService.MySqlDatabase)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue