added final log_message

This commit is contained in:
HB9HIL
2024-07-22 17:15:01 +02:00
parent eead1974eb
commit ba15972540

View File

@@ -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();