Fix: Artisan-Aufrufe von mailwolt:* auf clubird:* umgestellt
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main v1.1.383
parent
bbc7cc6c34
commit
d3012792bc
|
|
@ -155,7 +155,7 @@ class Wizard extends Component
|
|||
$ssl = $this->skipSsl ? 0 : 1;
|
||||
$artisan = base_path('artisan');
|
||||
$cmd = sprintf(
|
||||
'nohup php %s mailwolt:wizard-domains --ui=%s --mail=%s --webmail=%s --ssl=%d > /dev/null 2>&1 &',
|
||||
'nohup php %s clubird:wizard-domains --ui=%s --mail=%s --webmail=%s --ssl=%d > /dev/null 2>&1 &',
|
||||
escapeshellarg($artisan),
|
||||
escapeshellarg($this->ui_domain),
|
||||
escapeshellarg($this->mail_domain),
|
||||
|
|
@ -197,7 +197,7 @@ class Wizard extends Component
|
|||
$ssl = $this->skipSsl ? 0 : 1;
|
||||
$artisan = base_path('artisan');
|
||||
$cmd = sprintf(
|
||||
'nohup php %s mailwolt:wizard-domains --ui=%s --mail=%s --webmail=%s --ssl=%d > /dev/null 2>&1 &',
|
||||
'nohup php %s clubird:wizard-domains --ui=%s --mail=%s --webmail=%s --ssl=%d > /dev/null 2>&1 &',
|
||||
escapeshellarg($artisan),
|
||||
escapeshellarg($this->ui_domain),
|
||||
escapeshellarg($this->mail_domain),
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ class SslCertificatesTable extends Component
|
|||
|
||||
$artisan = base_path('artisan');
|
||||
$cmd = sprintf(
|
||||
'nohup php %s mailwolt:wizard-domains --ui=%s --mail=%s --webmail=%s --ssl=1 > /dev/null 2>&1 &',
|
||||
'nohup php %s clubird:wizard-domains --ui=%s --mail=%s --webmail=%s --ssl=1 > /dev/null 2>&1 &',
|
||||
escapeshellarg($artisan),
|
||||
escapeshellarg($this->uiDomain),
|
||||
escapeshellarg($this->mailDomain),
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ class UpdatePage extends Component
|
|||
|
||||
public function checkForUpdates(): void
|
||||
{
|
||||
@shell_exec('php ' . base_path('artisan') . ' mailwolt:check-updates 2>&1');
|
||||
@shell_exec('php ' . base_path('artisan') . ' clubird:check-updates 2>&1');
|
||||
$this->reloadVersionsAndStatus();
|
||||
$this->recompute();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue