mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 16:23:16 +00:00
Update Installer.php
This commit is contained in:
parent
e0307babf8
commit
ed2d4a9b34
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ class Installer extends Command
|
||||||
}
|
}
|
||||||
|
|
||||||
$continue = $this->choice('Do you wish to continue?', ['no', 'yes'], 0);
|
$continue = $this->choice('Do you wish to continue?', ['no', 'yes'], 0);
|
||||||
|
$this->continue = $continue;
|
||||||
if ($this->continue === 'no') {
|
if ($this->continue === 'no') {
|
||||||
$this->info('Exiting Installer.');
|
$this->info('Exiting Installer.');
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in a new issue