Fix wrong variable
This commit is contained in:
@@ -1423,7 +1423,7 @@ class WOSiteUpdateController(CementBaseController):
|
|||||||
if wo_subdomain:
|
if wo_subdomain:
|
||||||
if (SSL.getExpirationDays(self, wo_root_domain) > 0):
|
if (SSL.getExpirationDays(self, wo_root_domain) > 0):
|
||||||
Log.info(self, "Your cert will expire within " +
|
Log.info(self, "Your cert will expire within " +
|
||||||
str(SSL.getExpirationDays(self, wo_domain)) +
|
str(SSL.getExpirationDays(self, wo_root_domain)) +
|
||||||
" days.")
|
" days.")
|
||||||
else:
|
else:
|
||||||
Log.warn(
|
Log.warn(
|
||||||
|
|||||||
Reference in New Issue
Block a user