mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 09:20:37 +00:00
parent
63474d42bb
commit
125db8090c
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ namespace Jackett.Common.Services
|
|||
{
|
||||
// In cases where the app data folder is the same as "$(cwd)/Jackett" we don't need to perform a migration
|
||||
var fullConfigPath = Path.GetFullPath("Jackett");
|
||||
if (GetAppDataFolder() != fullConfigPath)
|
||||
if (GetAppDataFolder() != fullConfigPath && ! File.Exists(Path.Combine(fullConfigPath, "jackett")))
|
||||
{
|
||||
PerformMigration(fullConfigPath);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue