hide restart if not specified

pull/702/head
Luke Pulverenti 9 years ago
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…
Cancel
Save