From b07d7ad440ce445022217e315a7e532ffd42c68e Mon Sep 17 00:00:00 2001 From: Dominik Dzienia Date: Mon, 5 Jan 2026 22:20:17 +0100 Subject: [PATCH] Added missing diagnostics --- install.sh | 2 +- src/lib.sh | 2 ++ updated | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 8552607..f6865a0 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ # This file is automatically generated. Do not modify it directly! # Instead, modify the source files in the src directory and run the build script! # -# Build time: 2026.01.05 22:12 +# Build time: 2026.01.05 22:19 diff --git a/src/lib.sh b/src/lib.sh index a3f4b98..6eb7636 100644 --- a/src/lib.sh +++ b/src/lib.sh @@ -105,6 +105,7 @@ MIKRUS_HOST='' . "$DIR/logic_cleanup.sh" . "$DIR/logic_config.sh" . "$DIR/logic_update.sh" +. "$DIR/logic_diagnostics.sh" . "$DIR/logic_app.sh" . "$DIR/app_other_dialogs.sh" @@ -118,6 +119,7 @@ MIKRUS_HOST='' . "$DIR/app_cleanup.sh" . "$DIR/app_config.sh" . "$DIR/app_update.sh" +. "$DIR/app_diagnostics.sh" . "$DIR/app_main.sh" #dev-end diff --git a/updated b/updated index 6891c62..4471889 100644 --- a/updated +++ b/updated @@ -1 +1 @@ -2026-01-05T21:12:31.025Z \ No newline at end of file +2026-01-05T21:19:43.286Z \ No newline at end of file