mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-25 17:28:00 +00:00
Fixed: Updated installation HealthCheck warning link to wiki.
This commit is contained in:
@@ -31,7 +31,9 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
||||
{
|
||||
if (!_diskProvider.FolderWritable(_appFolderInfo.StartUpFolder))
|
||||
{
|
||||
return new HealthCheck(GetType(), HealthCheckResult.Error, string.Format("Cannot install update because startup folder '{0}' is not writable by the user '{1}'.", _appFolderInfo.StartUpFolder, Environment.UserName));
|
||||
return new HealthCheck(GetType(), HealthCheckResult.Error,
|
||||
string.Format("Cannot install update because startup folder '{0}' is not writable by the user '{1}'.", _appFolderInfo.StartUpFolder, Environment.UserName),
|
||||
"Cannot install update because startup folder is not writable by the user");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user