Bug fix to Backups.

This commit is contained in:
usmannasir
2018-06-25 17:53:11 +05:00
parent 5f844a223a
commit 048faff5e9
9 changed files with 892 additions and 24 deletions

View File

@@ -271,9 +271,6 @@ def obtainMailServerSSL(request):
execPath = execPath + " issueSSLForMailServer --virtualHostName " + virtualHost + " --path " + path
logging.writeToFile(execPath)
output = subprocess.check_output(shlex.split(execPath))
if output.find("1,None") > -1: