Browse Source

Fix reference e

master
Prabuddha Chakraborty 9 years ago
parent
commit
4d42e5d214
  1. 1
      ee/cli/plugins/site.py

1
ee/cli/plugins/site.py

@ -623,7 +623,6 @@ class EESiteCreateController(CementBaseController):
Log.info(self, Log.FAIL + "Calling cleanup actions ...")
doCleanupAction(self, domain=ee_domain)
deleteSiteInfo(self, ee_domain)
Log.debug(self, str(e))
Log.error(self, "service nginx reload failed. "
"check issues with `nginx -t` command")
Log.error(self, "Check logs for reason "

Loading…
Cancel
Save