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 9b94827 commit e2a9528Copy full SHA for e2a9528
ee/cli/plugins/site_functions.py
@@ -279,12 +279,12 @@ def setupwordpress(self, data):
279
def setupwordpressnetwork(self, data):
280
ee_site_webroot = data['webroot']
281
EEFileUtils.chdir(self, '{0}/htdocs/'.format(ee_site_webroot))
282
- Log.info(self, "Setting up WordPress Network \t\t", end='')
+ Log.info(self, "Setting up WordPress Network \t", end='')
283
EEShellExec.cmd_exec(self, 'wp --allow-root core multisite-convert'
284
' --title={0} {subdomains}'
285
.format(data['www_domain'], subdomains='--subdomains'
286
if not data['wpsubdir'] else ''))
287
- Log.info(self, "Done")
+ Log.info(self, "[" + Log.ENDC + "Done" + Log.OKBLUE + "]")
288
289
290
def installwp_plugin(self, plugin_name, data):
0 commit comments