Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ben182 committed Sep 16, 2019
2 parents c5b8f6d + a0b9fee commit e84f418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class WordpressConf extends Task

public function handle()
{
$email = $this->options->pioneersConfig ? 'it@elbpioneers.de' : Setting::getValue('admin_email');
$email = $this->options->pioneersConfig ? 'it@brand-pioneers.de' : Setting::getValue('admin_email');
$password = app('stool-password')->generate();

$this->shell->exec("cd {$this->bindings->installationDir} && wp core install --url='{$this->bindings->domain->getFullUrl()}' --title='{$this->options->name}' --admin_user=admin --admin_password='$password' --admin_email='$email' --skip-email");
Expand Down

0 comments on commit e84f418

Please sign in to comment.