diff --git a/install.php b/install.php index 334fea160..331601774 100644 --- a/install.php +++ b/install.php @@ -210,6 +210,7 @@ if (is_file(BB_ROOT . '.env')) { } } out("- Re-install process completed!\n", 'success'); + out('- Starting installation...', 'info'); } else { exit; }