mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 08:16:11 +01:00
bug fix to wp staging
This commit is contained in:
@@ -270,4 +270,13 @@ class ProcessUtilities(multi.Thread):
|
||||
logging.writeToFile(str(msg) + " [popenExecutioner]")
|
||||
|
||||
|
||||
@staticmethod
|
||||
def BuildCommand(path, functionName, parameters):
|
||||
execPath = "python %s %s " % (path, functionName)
|
||||
for key, value in parameters.iteritems():
|
||||
execPath = execPath + ' --%s %s' % (key, value)
|
||||
|
||||
return execPath
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user