From 9d5072c751438cb1663ecbf4c5745c2456d81e1d Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sat, 12 Oct 2019 11:46:11 +0200 Subject: [PATCH] Fix WordPress install error --- CHANGELOG.md | 1 + wo/cli/plugins/site_functions.py | 17 ++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da616ff..b3c6783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - `wo secure --auth` - `wo secure --sshport` not working with default ssh config - Issues after APT repositories informations changed +- `www` was added to WordPress site url with subdomains [Issue #178](https://github.com/WordOps/WordOps/issues/178) ### v3.9.9.2 - 2019-10-04 diff --git a/wo/cli/plugins/site_functions.py b/wo/cli/plugins/site_functions.py index a14f911..6edab35 100644 --- a/wo/cli/plugins/site_functions.py +++ b/wo/cli/plugins/site_functions.py @@ -301,10 +301,9 @@ def setupwordpress(self, data, vhostonly=False): "--dbhost=\'{3}\' " .format(data['wo_db_name'], wo_wp_prefix, data['wo_db_user'], data['wo_db_host']) + - "--dbpass=\'{0}\' " - "--extra-php<