Removed now-unsupported message option

This commit is contained in:
2020-12-19 15:37:15 +00:00
parent a1edef026f
commit 975f0a69c7

View File

@@ -61,9 +61,7 @@ class Install extends Command
if (Storage::disk('local')->missing('INSTALLED')) {
$this->info('[!! Welcome to Rasberry Teams !!]');
$this->info('>> Installing...');
$this->call('down', [
'--message' => 'Down for maintenance. We\'ll be right back!',
]);
$this->call('down');
copy($basePath.'/.env.example', $basePath.'/.env');
$this->call('key:generate');