mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
fixed runner path for Linux
This commit is contained in:
parent
ddff598ba4
commit
836a79a9cc
@ -33,7 +33,7 @@ public void Start()
|
||||
}
|
||||
else
|
||||
{
|
||||
Start("bin\\NzbDrone.Console.exe");
|
||||
Start(Path.Combine("bin","NzbDrone.Console.exe"));
|
||||
}
|
||||
|
||||
while (true)
|
||||
|
Loading…
Reference in New Issue
Block a user