fix #4969 - improve feedback and flow when connection string points to an invalid database
This commit is contained in:
@ -25,7 +25,10 @@ namespace Oqtane.Server
|
||||
filelogger.LogError($"[Oqtane.Server.Program.Main] {install.Message}");
|
||||
}
|
||||
}
|
||||
host.Run();
|
||||
else
|
||||
{
|
||||
host.Run();
|
||||
}
|
||||
}
|
||||
|
||||
public static IWebHost BuildWebHost(string[] args) =>
|
||||
|
Reference in New Issue
Block a user