mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 01:06:09 +01:00
centralized execution ph1
This commit is contained in:
@@ -9,7 +9,7 @@ def installCertBot():
|
||||
cmd.append("install")
|
||||
cmd.append("certbot")
|
||||
|
||||
res = subprocess.call(cmd)
|
||||
res = ProcessUtilities.executioner(cmd)
|
||||
|
||||
|
||||
installCertBot()
|
||||
Reference in New Issue
Block a user