mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 05:15:49 +01:00
bug fix clustermanager
This commit is contained in:
@@ -2702,7 +2702,7 @@ class CloudManager:
|
||||
writeToFile.close()
|
||||
|
||||
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)
|
||||
|
||||
final_json = json.dumps({'status': 1})
|
||||
|
||||
Reference in New Issue
Block a user