mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-05 21:05:46 +01:00
fix backup copy bug
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user