mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-10 15:26:13 +01:00
bug fix clustermanager
This commit is contained in:
@@ -2702,7 +2702,7 @@ class CloudManager:
|
|||||||
writeToFile.close()
|
writeToFile.close()
|
||||||
|
|
||||||
execPath = "/usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/ClusterManager.py --function %s --type %s" % (
|
execPath = "/usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/ClusterManager.py --function %s --type %s" % (
|
||||||
'SetupCluster', type)
|
'SetupCluster', self.data['type'])
|
||||||
ProcessUtilities.popenExecutioner(execPath)
|
ProcessUtilities.popenExecutioner(execPath)
|
||||||
|
|
||||||
final_json = json.dumps({'status': 1})
|
final_json = json.dumps({'status': 1})
|
||||||
|
|||||||
Reference in New Issue
Block a user