diff --git a/app/Commands/SiteCommand.php b/app/Commands/SiteCommand.php index 0bc76f3..bfe0bc9 100644 --- a/app/Commands/SiteCommand.php +++ b/app/Commands/SiteCommand.php @@ -29,6 +29,7 @@ protected function get_config(): Config } } catch (\Exception $e) { error('Unable to create configuration file'); + exit(1); } info('Configuration file created. Opening...');