mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
cent8 repo
This commit is contained in:
@@ -2760,14 +2760,11 @@ StrictHostKeyChecking no
|
||||
writeToFile.write(message)
|
||||
writeToFile.close()
|
||||
|
||||
|
||||
extraArgs['tempStatusPath'] = tempStatusPath
|
||||
|
||||
st = StagingSetup('startCloning', extraArgs)
|
||||
st.start()
|
||||
|
||||
|
||||
|
||||
data_ret = {'status': 1, 'error_message': 'None', 'tempStatusPath': tempStatusPath}
|
||||
json_data = json.dumps(data_ret)
|
||||
return HttpResponse(json_data)
|
||||
|
||||
Reference in New Issue
Block a user