fix backup copy bug

This commit is contained in:
Usman Nasir
2021-03-25 00:10:30 +05:00
parent 5d79bdc5f3
commit 1dd7e81ed6
2 changed files with 21 additions and 8 deletions

View File

@@ -1998,8 +1998,7 @@ class CloudManager:
## Search index
command = 'wp option get blog_public --path=%s' % (path)
finalDic['searchIndex'] = int(
ProcessUtilities.outputExecutioner(command, website.externalApp).splitlines()[-1])
finalDic['searchIndex'] = int(ProcessUtilities.outputExecutioner(command, website.externalApp).splitlines()[-1])
## Maintenece mode