Fix wo stack purge
This commit is contained in:
@@ -45,8 +45,9 @@ class WOSyncController(CementBaseController):
|
||||
Log.debug(self, "Config files not found in {0}/ "
|
||||
.format(wo_site_webroot))
|
||||
if site.site_type != 'mysql':
|
||||
Log.debug(self, "Searching wp-config.php in {0}/htdocs/ "
|
||||
.format(wo_site_webroot))
|
||||
Log.debug(self,
|
||||
"Searching wp-config.php in {0}/htdocs/"
|
||||
.format(wo_site_webroot))
|
||||
configfiles = glob.glob(
|
||||
wo_site_webroot + '/htdocs/wp-config.php')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user