From 48ab52ac8674afcb607c8e49134316a3e117236a Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 15 Jan 2025 13:39:35 +0300 Subject: [PATCH] feat(installer): More explanations (#1758) --- install.php | 1 + 1 file changed, 1 insertion(+) 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; }