hide restart if not specified
This commit is contained in:
parent
71699e00a5
commit
9fcdcc6eae
|
@ -28,7 +28,8 @@ namespace MediaBrowser.Server.Mono.Native
|
|||
{
|
||||
get
|
||||
{
|
||||
return true;
|
||||
// A restart script must be provided
|
||||
return StartupOptions.ContainsOption("-restartpath");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user