Shakeout Changes (#717)
* Make the appsettings public on Configuration and change how we detect when to migrate for non-docker users. * Fixed up non-docker copy command and removed duplicate check on source directory for a copy. * Don't delete files unless we know we are successful
This commit is contained in:
parent
8f00ecbf8c
commit
d143330e97
4 changed files with 27 additions and 18 deletions
|
@ -8,7 +8,7 @@ namespace Kavita.Common
|
|||
{
|
||||
public static class Configuration
|
||||
{
|
||||
private static readonly string AppSettingsFilename = Path.Join("config", GetAppSettingFilename());
|
||||
public static readonly string AppSettingsFilename = Path.Join("config", GetAppSettingFilename());
|
||||
|
||||
public static string Branch
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue