mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
update TrustedRootCertificates notice
This commit is contained in:
parent
02f0dd8c59
commit
a2185bf957
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue