remotewpbackupv2 configer and create

This commit is contained in:
unknown
2023-03-20 14:07:39 +05:00
parent 8d10af9f75
commit 194c857c46
5 changed files with 34 additions and 20 deletions

View File

@@ -1820,7 +1820,7 @@ class BackupManager:
command = 'rm -f ' + statusFile
subprocess.call(shlex.split(command))
data_ret = {'abort': 1, 'installStatus': 1, 'installationProgress': "100",
'currentStatus': 'Successfully Installed.'}
'currentStatus': 'Successfully Created.'}
json_data = json.dumps(data_ret)
return HttpResponse(json_data)
elif lastLine.find('[404]') > -1: