update TrustedRootCertificates notice

This commit is contained in:
kaso17 2018-03-05 15:46:34 +01:00
parent 02f0dd8c59
commit a2185bf957
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ namespace Jackett.Services
}
notice += logSpacer + "Please run the following command as root:<br/>\n";
notice += logSpacer + "<pre>" + CommandRoot + "</pre><br/>\n";
notice += logSpacer + "If you don't have root access, please run the following command as the jackett user (" + Environment.UserName + "):<br/>\n";
notice += logSpacer + "If you don't have root access or you're running MacOS, please run the following command as the jackett user (" + Environment.UserName + "):<br/>\n";
notice += logSpacer + "<pre>" + CommandUser + "</pre>";
_notices.Add(notice);
logger.Error(Regex.Replace(notice, "<.*?>", String.Empty));