|
|
@ -121,7 +121,6 @@ namespace NzbDrone.Common.EnvironmentInfo
|
|
|
|
string lowerCurrentDir = Directory.GetCurrentDirectory().ToLower();
|
|
|
|
string lowerCurrentDir = Directory.GetCurrentDirectory().ToLower();
|
|
|
|
if (lowerCurrentDir.Contains("teamcity")) return false;
|
|
|
|
if (lowerCurrentDir.Contains("teamcity")) return false;
|
|
|
|
if (lowerCurrentDir.Contains("_output")) return false;
|
|
|
|
if (lowerCurrentDir.Contains("_output")) return false;
|
|
|
|
if (lowerCurrentDir.StartsWith("/run/")) return false;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|