mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix typo
This commit is contained in:
parent
e83923554a
commit
5f28f0c494
2 changed files with 2 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ fi
|
|||
# necessary privileges by using `sudo` or falling back to `su` if it is not
|
||||
# available. The mechanism used to obtain root access can set explicitly by the
|
||||
# user by overriding the environment variable LE_AUTO_SUDO to 'sudo',
|
||||
# 'sudo_su', or '' as used below.
|
||||
# 'su_sudo', or '' as used below.
|
||||
|
||||
# These variables must be preserved if this script tries to run itself as root.
|
||||
PRESERVE_VARS="LE_AUTO_DIR_TEMPLATE LE_AUTO_JSON_URL LE_AUTO_PUBLIC_KEY "
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@ fi
|
|||
# necessary privileges by using `sudo` or falling back to `su` if it is not
|
||||
# available. The mechanism used to obtain root access can set explicitly by the
|
||||
# user by overriding the environment variable LE_AUTO_SUDO to 'sudo',
|
||||
# 'sudo_su', or '' as used below.
|
||||
# 'su_sudo', or '' as used below.
|
||||
|
||||
# These variables must be preserved if this script tries to run itself as root.
|
||||
PRESERVE_VARS="LE_AUTO_DIR_TEMPLATE LE_AUTO_JSON_URL LE_AUTO_PUBLIC_KEY "
|
||||
|
|
|
|||
Loading…
Reference in a new issue