mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
@@ -809,8 +809,6 @@ To use it, please just request a free API key on [OMDb](http://www.omdbapi.com/a
|
|||||||
|
|
||||||
- `-p, --Port` Web server port
|
- `-p, --Port` Web server port
|
||||||
|
|
||||||
- `-m, --MigrateSettings` Migrate settings manually (Must be an admin on Windows)
|
|
||||||
|
|
||||||
- `-n, --IgnoreSslErrors` [true/false] Ignores invalid SSL certificates
|
- `-n, --IgnoreSslErrors` [true/false] Ignores invalid SSL certificates
|
||||||
|
|
||||||
- `-d, --DataFolder` Specify the location of the data folder (Must be an admin on Windows)
|
- `-d, --DataFolder` Specify the location of the data folder (Must be an admin on Windows)
|
||||||
|
@@ -38,9 +38,6 @@ namespace Jackett.Common.Models.Config
|
|||||||
[Option('p', "Port", HelpText = "Web server port")]
|
[Option('p', "Port", HelpText = "Web server port")]
|
||||||
public int Port { get; set; }
|
public int Port { get; set; }
|
||||||
|
|
||||||
[Option('m', "MigrateSettings", HelpText = "Migrate settings manually (Must be admin on Windows)")]
|
|
||||||
public bool MigrateSettings { get; set; }
|
|
||||||
|
|
||||||
[Option('n', "IgnoreSslErrors", HelpText = "[true/false] Ignores invalid SSL certificates")]
|
[Option('n', "IgnoreSslErrors", HelpText = "[true/false] Ignores invalid SSL certificates")]
|
||||||
public bool? IgnoreSslErrors { get; set; }
|
public bool? IgnoreSslErrors { get; set; }
|
||||||
|
|
||||||
|
@@ -69,7 +69,7 @@ namespace Jackett.Common.Services
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
processService.StartProcessAndLog(EnvironmentUtil.JackettExecutablePath(), "--MigrateSettings", true);
|
processService.StartProcessAndLog(EnvironmentUtil.JackettExecutablePath(), "", true);
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user