mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
This commit is contained in:
parent
fc40775af1
commit
2ae924db19
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ namespace Ombi.Schedule.Jobs.Ombi
|
|||
var currentLocation = Path.GetDirectoryName(Assembly.GetEntryAssembly().Location);
|
||||
var processName = (settings.ProcessName.HasValue() ? settings.ProcessName : "Ombi");
|
||||
|
||||
return string.Join(" ", currentLocation, processName, url.Value, storage.Value);
|
||||
return string.Join(" ", currentLocation, processName, url?.Value ?? string.Empty, storage?.Value ?? String.Empty);
|
||||
}
|
||||
|
||||
private void RunScript(UpdateSettings settings, string downloadUrl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue