mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
s/Restarting/Reloading/ when notifying the user
This commit is contained in:
parent
936644cde5
commit
1a79716583
1 changed files with 1 additions and 1 deletions
|
|
@ -1236,7 +1236,7 @@ def renew_cert(config, plugins, lineage):
|
|||
if installer and not config.dry_run:
|
||||
# In case of a renewal, reload server to pick up new certificate.
|
||||
updater.run_renewal_deployer(config, renewed_lineage, installer)
|
||||
display_util.notify(f"Restarting {config.installer} server after certificate renewal")
|
||||
display_util.notify(f"Reloading {config.installer} server after certificate renewal")
|
||||
installer.restart()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue