mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02: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:
committed by
Brad Warren
parent
7d0e4d7bad
commit
d327c1c28f
+1
-1
@@ -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."))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user