diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index 4ee9fe355..e22a61441 100644 --- a/app/Console/Commands/Installer.php +++ b/app/Console/Commands/Installer.php @@ -155,6 +155,7 @@ class Installer extends Command } $continue = $this->choice('Do you wish to continue?', ['no', 'yes'], 0); + $this->continue = $continue; if ($this->continue === 'no') { $this->info('Exiting Installer.'); exit;