mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
update to p3
This commit is contained in:
@@ -278,7 +278,7 @@ class ProcessUtilities(multi.Thread):
|
||||
|
||||
@staticmethod
|
||||
def BuildCommand(path, functionName, parameters):
|
||||
execPath = "/usr/local/CyberCP/bin/python2 %s %s " % (path, functionName)
|
||||
execPath = "/usr/local/CyberCP/bin/python %s %s " % (path, functionName)
|
||||
for key, value in parameters.items():
|
||||
execPath = execPath + ' --%s %s' % (key, value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user