fix backup copy bug

This commit is contained in:
Usman Nasir
2021-03-25 00:10:30 +05:00
parent 1ca5b83122
commit 0de6fd46e0
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