mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
Fixed: Remove Plist Fix to prevent Linux Core update failures
This commit is contained in:
@@ -120,13 +120,6 @@ namespace NzbDrone.Update.UpdateEngine
|
||||
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)
|
||||
|
Reference in New Issue
Block a user