mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
fix DataFolder command line option
This commit is contained in:
@@ -102,6 +102,9 @@ namespace Jackett.Common.Models.Config
|
||||
runtimeSettings.IgnoreSslErrors = options.IgnoreSslErrors;
|
||||
runtimeSettings.NoRestart = options.NoRestart;
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(options.DataFolder))
|
||||
runtimeSettings.CustomDataFolder = options.DataFolder;
|
||||
|
||||
return runtimeSettings;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user