centralized execution ph2

This commit is contained in:
usmannasir
2019-03-26 16:19:03 +05:00
parent 520bd2b797
commit 34410360c7
70 changed files with 2485 additions and 2189 deletions

View File

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