mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 06:23:18 +00:00
Update Installer.php
This commit is contained in:
parent
6d76d02732
commit
fc811416f3
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ class Installer extends Command
|
||||||
$this->call('instance:actor');
|
$this->call('instance:actor');
|
||||||
$this->line('');
|
$this->line('');
|
||||||
$this->info('Creating Password Keys for API:');
|
$this->info('Creating Password Keys for API:');
|
||||||
$this->call('passport:keys, ['--force' => true]);
|
$this->call('passport:keys', ['--force' => true]);
|
||||||
|
|
||||||
$confirm = $this->choice('Do you want to create an admin account?', ['Yes', 'No'], 0);
|
$confirm = $this->choice('Do you want to create an admin account?', ['Yes', 'No'], 0);
|
||||||
if($confirm === 'Yes') {
|
if($confirm === 'Yes') {
|
||||||
|
|
Loading…
Reference in a new issue