Skip to content

Commit 4746912

Browse files
committed
added missing parameter
1 parent a9c5bb9 commit 4746912

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ee/cli/plugins/site.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,10 @@ def default(self):
886886
'DB_PASSWORD')
887887
.split(',')[1]
888888
.split(')')[0].strip())
889+
data['ee_db_host'] = (EEFileUtils.grep(self, config_file,
890+
'DB_HOST')
891+
.split(',')[1]
892+
.split(')')[0].strip())
889893

890894
# Setup WordPress if old sites are html/php/mysql sites
891895
if data['wp'] and oldsitetype in ['html', 'php', 'mysql']:

0 commit comments

Comments
 (0)