1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-24 19:07:23 +01:00

rename whats_next.py to status_checks.py

This commit is contained in:
Joshua Tauberer
2014-08-21 10:43:55 +00:00
parent 6b52105b62
commit 294d19e0af
5 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ def get_domain_ssl_files(domain, env):
# a Subject Alternative Name matching this domain. Don't do this if
# the user has uploaded a different private key for this domain.
if not ssl_key_is_alt:
from whats_next import check_certificate
from status_checks import check_certificate
if check_certificate(domain, ssl_certificate_primary, None) == "OK":
ssl_certificate = ssl_certificate_primary