We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06be38c commit bd6ec5eCopy full SHA for bd6ec5e
ee/cli/plugins/site_functions.py
@@ -218,7 +218,7 @@ def setupwordpress(self, data):
218
"\n\ndefine(\'WP_DEBUG\', false);"))
219
EEShellExec.cmd_exec(self, "bash -c \"php /usr/bin/wp --allow-root "
220
+ "core config "
221
- + "--dbname={0} --dbprefix={1} --dbhost={3} "
+ + "--dbname={0} --dbprefix={1} --dbhost={2} "
222
.format(data['ee_db_name'], ee_wp_prefix, data['ee_db_host'])
223
+ "--dbuser={0} --dbpass={1} "
224
"--extra-php<<PHP \n {2} {3} {4}\nPHP\""
0 commit comments