mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fixed: Remove Plist Fix to prevent Linux Core update failures
This commit is contained in:
parent
3c380954ec
commit
dd00c9b53e
@ -120,13 +120,6 @@ public void Start(string installationFolder, int processId)
|
||||
if (OsInfo.IsOsx || (OsInfo.IsLinux && PlatformInfo.IsNetCore))
|
||||
{
|
||||
_diskProvider.SetPermissions(Path.Combine(installationFolder, "Radarr"), "0755", null, null);
|
||||
var plistPath = Path.Combine(installationFolder, "..", "Info.plist");
|
||||
var plistContents = File.ReadAllText(plistPath);
|
||||
if (plistContents.Contains("Sonarr"))
|
||||
{
|
||||
plistContents.Replace("Sonarr", "Radarr");
|
||||
File.WriteAllText(plistPath, plistContents);
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
Loading…
Reference in New Issue
Block a user