Move removeconf into acme

This commit is contained in:
VirtuBox
2019-10-28 10:35:26 +01:00
parent c2d27f1480
commit 72d6f33b7b
3 changed files with 48 additions and 59 deletions

View File

@@ -1521,7 +1521,7 @@ class WOSiteUpdateController(CementBaseController):
elif (pargs.letsencrypt == "clean" or
pargs.letsencrypt == "purge"):
removeAcmeConf(self, wo_domain)
WOAcme.removeconf(self, wo_domain)
# find all broken symlinks
sympath = "/var/www"
WOFileUtils.findBrokenSymlink(self, sympath)