mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Removed conflicting criteria from IsProduction check.
This commit is contained in:
parent
a72b856fb8
commit
a0b4d3a38d
1 changed files with 7 additions and 8 deletions
|
@ -121,7 +121,6 @@ namespace NzbDrone.Common.EnvironmentInfo
|
|||
string lowerCurrentDir = Directory.GetCurrentDirectory().ToLower();
|
||||
if (lowerCurrentDir.Contains("teamcity")) return false;
|
||||
if (lowerCurrentDir.Contains("_output")) return false;
|
||||
if (lowerCurrentDir.StartsWith("/run/")) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue