Browse Source

updated domain iname to be entered in databse while site create

bugfixes
harshadyeola 10 years ago
parent
commit
abe0b784f4
  1. 2
      ee/cli/plugins/site.py

2
ee/cli/plugins/site.py

@ -982,7 +982,7 @@ class EESiteUpdateController(CementBaseController):
" {0}".format(ee_wp_creds['wp_user']))
Log.info(self, Log.ENDC + "WordPress admin password : {0}"
.format(ee_wp_creds['wp_pass']) + "\n\n")
updateSiteInfo(self, ee_www_domain, stype=stype, cache=cache)
updateSiteInfo(self, ee_domain, stype=stype, cache=cache)
Log.info(self, "Successfully updated site"
" http://{0}".format(ee_domain))

Loading…
Cancel
Save