Update old issue link to point to letsencrypt community forums. (#5538)

This commit is contained in:
sydneyli 2018-02-05 16:27:21 -08:00 committed by ohemorange
parent 45613fd31c
commit e085ff06a1

View file

@ -556,11 +556,11 @@ class Client(object):
self.installer.rollback_checkpoints()
self.installer.restart()
except:
# TODO: suggest letshelp-letsencrypt here
reporter.add_message(
"An error occurred and we failed to restore your config and "
"restart your server. Please submit a bug report to "
"https://github.com/letsencrypt/letsencrypt",
"restart your server. Please post to "
"https://community.letsencrypt.org/c/server-config "
"with details about your configuration and this error you received.",
reporter.HIGH_PRIORITY)
raise
reporter.add_message(success_msg, reporter.HIGH_PRIORITY)