From ba159725407af58ffa5b3c4260e30be54c782f02 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Mon, 22 Jul 2024 17:15:01 +0200 Subject: [PATCH] added final log_message --- install/run.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/run.php b/install/run.php index bd2176f95..cf8798f08 100644 --- a/install/run.php +++ b/install/run.php @@ -73,6 +73,8 @@ await update_dxcc(); await installer_lock(); + log_message('info', 'Finish. Installer went through successfully.'); + if($('#logContainer').css('display') == 'none') { // after all install steps went through we can show a success message and redirect to the user/login $("#success_message").show();