mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Document --no-directory-hooks (#5171)
This commit is contained in:
parent
cacc40817b
commit
03cbe9dd86
1 changed files with 2 additions and 1 deletions
|
|
@ -503,7 +503,8 @@ run as usual after running all hooks in these directories. One minor exception
|
|||
to this is if a hook specified elsewhere is simply the path to an executable
|
||||
file in the hook directory of the same type (e.g. your pre-hook is the path to
|
||||
an executable in ``/etc/letsencrypt/renewal-hooks/pre``), the file is not run a
|
||||
second time.
|
||||
second time. You can stop Certbot from automatically running executables found
|
||||
in these directories by including ``--no-directory-hooks`` on the command line.
|
||||
|
||||
More information about hooks can be found by running
|
||||
``certbot --help renew``.
|
||||
|
|
|
|||
Loading…
Reference in a new issue