From fc7e1ed0f95c186769533022d19ef6bd516a2a6f Mon Sep 17 00:00:00 2001 From: boban Date: Mon, 27 Apr 2026 01:57:31 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20mailwolt:*=20als=20Aliase=20f=C3=BCr=20c?= =?UTF-8?q?lubird:*=20=E2=80=93=20Sbin-Scripts=20m=C3=BCssen=20nicht=20ge?= =?UTF-8?q?=C3=A4ndert=20werden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- app/Console/Commands/CheckUpdates.php | 2 +- app/Console/Commands/MailwoltRestart.php | 2 +- app/Console/Commands/MigrateEnvReverb.php | 2 +- app/Console/Commands/WizardDomains.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Console/Commands/CheckUpdates.php b/app/Console/Commands/CheckUpdates.php index a56f531..2d6f0b5 100644 --- a/app/Console/Commands/CheckUpdates.php +++ b/app/Console/Commands/CheckUpdates.php @@ -6,7 +6,7 @@ use Illuminate\Console\Command; class CheckUpdates extends Command { - protected $signature = 'clubird:check-updates'; + protected $signature = 'clubird:check-updates|mailwolt:check-updates'; protected $description = 'Check for newer CluBird releases via git tags'; public function handle(): int diff --git a/app/Console/Commands/MailwoltRestart.php b/app/Console/Commands/MailwoltRestart.php index ce9a61c..bb1e2b0 100644 --- a/app/Console/Commands/MailwoltRestart.php +++ b/app/Console/Commands/MailwoltRestart.php @@ -6,7 +6,7 @@ use Illuminate\Console\Command; class MailwoltRestart extends Command { - protected $signature = 'clubird:restart-services'; + protected $signature = 'clubird:restart-services|mailwolt:restart-services'; protected $description = 'Restart or reload MailWolt-related system services'; public function handle(): int diff --git a/app/Console/Commands/MigrateEnvReverb.php b/app/Console/Commands/MigrateEnvReverb.php index b12b47d..29a98f2 100644 --- a/app/Console/Commands/MigrateEnvReverb.php +++ b/app/Console/Commands/MigrateEnvReverb.php @@ -6,7 +6,7 @@ use Illuminate\Console\Command; class MigrateEnvReverb extends Command { - protected $signature = 'clubird:migrate-env-reverb'; + protected $signature = 'clubird:migrate-env-reverb|mailwolt:migrate-env-reverb'; protected $description = 'Migriert veraltete REVERB_* .env-Werte auf Domain-Basis'; public function handle(): int diff --git a/app/Console/Commands/WizardDomains.php b/app/Console/Commands/WizardDomains.php index 8bb3cc2..9ad1590 100644 --- a/app/Console/Commands/WizardDomains.php +++ b/app/Console/Commands/WizardDomains.php @@ -7,7 +7,7 @@ use Illuminate\Console\Command; class WizardDomains extends Command { - protected $signature = 'clubird:wizard-domains + protected $signature = 'clubird:wizard-domains|mailwolt:wizard-domains {--ui= : UI-Domain} {--mail= : Mail-Domain} {--webmail= : Webmail-Domain}