Browse Source

fixed syntax

bugfixes
harshadyeola 10 years ago
parent
commit
ebc097540c
  1. 4
      ee/cli/plugins/site_functions.py

4
ee/cli/plugins/site_functions.py

@ -157,8 +157,8 @@ def setupwordpress(self, data):
Log.info(self, "Downloading Wordpress \t\t", end='') Log.info(self, "Downloading Wordpress \t\t", end='')
EEFileUtils.chdir(self, '{0}/htdocs/'.format(ee_site_webroot)) EEFileUtils.chdir(self, '{0}/htdocs/'.format(ee_site_webroot))
EEShellExec.cmd_exec(self, "wp --allow-root core" EEShellExec.cmd_exec(self, "wp --allow-root core"
"download") or Log.error("Unableto download wordpress" "download") or Log.error(self, "Unableto download"
" core") " wordpress core")
Log.info(self, "[" + Log.ENDC + "Done" + Log.OKBLUE + "]") Log.info(self, "[" + Log.ENDC + "Done" + Log.OKBLUE + "]")
if not (data['ee_db_name'] and data['ee_db_user'] and data['ee_db_pass']): if not (data['ee_db_name'] and data['ee_db_user'] and data['ee_db_pass']):

Loading…
Cancel
Save