From ca8525aefdaa5b15751c3f6ef42166655fa99b81 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Mon, 27 Jul 2015 01:25:27 +0530 Subject: [PATCH] bug Fix #593 --- ee/cli/plugins/site_functions.py | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ee/cli/plugins/site_functions.py b/ee/cli/plugins/site_functions.py index 33f73102..9bd0b907 100644 --- a/ee/cli/plugins/site_functions.py +++ b/ee/cli/plugins/site_functions.py @@ -302,9 +302,12 @@ def setupwordpress(self, data): data['ee_db_user'], data['ee_db_host'] ) + "--dbpass=\'{0}\' " - "--extra-php<