mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Tweak non-root error message. (#4944)
For most people, the right answer will be "run as root," so we should emphasize that over the "how to run as non-root" instructions.
This commit is contained in:
parent
7d0e4d7bad
commit
d327c1c28f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ ANSI_SGR_RESET = "\033[0m"
|
|||
|
||||
PERM_ERR_FMT = os.linesep.join((
|
||||
"The following error was encountered:", "{0}",
|
||||
"If running as non-root, set --config-dir, "
|
||||
"Either run as root, or set --config-dir, "
|
||||
"--work-dir, and --logs-dir to writeable paths."))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue