update to p3

This commit is contained in:
Usman Nasir
2019-12-10 23:04:24 +05:00
parent 4509dda78f
commit 8d77c7336f
67 changed files with 141 additions and 141 deletions

View File

@@ -128,7 +128,7 @@ class CloudManager:
## bw usage calculation
try:
execPath = "/usr/local/CyberCP/bin/python2 " + virtualHostUtilities.cyberPanel + "/plogical/virtualHostUtilities.py"
execPath = "/usr/local/CyberCP/bin/python " + virtualHostUtilities.cyberPanel + "/plogical/virtualHostUtilities.py"
execPath = execPath + " findDomainBW --virtualHostName " + self.data[
'domainName'] + " --bandwidth " + str(
website.package.bandwidth)