We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e0767 commit bb6bad0Copy full SHA for bb6bad0
ee/cli/plugins/site_functions.py
@@ -658,7 +658,7 @@ def sitebackup(self, data):
658
Log.info(self, "[" + Log.ENDC + "Done" + Log.OKBLUE + "]")
659
# move wp-config.php/ee-config.php to backup
660
if data['currsitetype'] in ['mysql', 'proxy']:
661
- if data['pagespeed'] is True or data['old_pagespeed'] is True and not data['wp']:
+ if data['pagespeed'] is True or data['old_pagespeed_status'] is True and not data['wp']:
662
EEFileUtils.copyfile(self, configfiles[0], backup_path)
663
else:
664
EEFileUtils.mvfile(self, configfiles[0], backup_path)
0 commit comments