Skip to content

Commit 32c4bca

Browse files
committed
added messages
1 parent cf5312c commit 32c4bca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ee/cli/plugins/site.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,12 +976,12 @@ def default(self):
976976
for msg in ee_auth:
977977
Log.info(self, Log.ENDC + msg)
978978

979+
display_cache_settings(self, data)
979980
if data['wp'] and oldsitetype in ['html', 'php', 'mysql']:
980981
Log.info(self, "\n\n" + Log.ENDC + "WordPress admin user :"
981982
" {0}".format(ee_wp_creds['wp_user']))
982983
Log.info(self, Log.ENDC + "WordPress admin password : {0}"
983-
.format(ee_wp_creds['wp_pass']) + "\n\n")
984-
display_cache_settings(self, data)
984+
.format(ee_wp_creds['wp_pass']) + "\n\n")
985985
updateSiteInfo(self, ee_www_domain, stype=stype, cache=cache)
986986
Log.info(self, "Successfully updated site"
987987
" http://{0}".format(ee_domain))

ee/cli/plugins/site_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def setupwordpressnetwork(self, data):
331331

332332
def installwp_plugin(self, plugin_name, data):
333333
ee_site_webroot = data['webroot']
334-
Log.debug(self, "Installing plugin {0}".format(plugin_name))
334+
Log.info(self, "Installing plugin {0}".format(plugin_name))
335335
EEFileUtils.chdir(self, '{0}/htdocs/'.format(ee_site_webroot))
336336
EEShellExec.cmd_exec(self, "php /usr/bin/wp plugin --allow-root install "
337337
"{0}".format(plugin_name),

0 commit comments

Comments
 (0)