centralized execution ph1

This commit is contained in:
usmannasir
2019-03-21 23:26:42 +05:00
parent b37907af85
commit 520bd2b797
57 changed files with 813 additions and 679 deletions

View File

@@ -9,7 +9,7 @@ def installCertBot():
cmd.append("install")
cmd.append("certbot")
res = subprocess.call(cmd)
res = ProcessUtilities.executioner(cmd)
installCertBot()