From e79a4c65c7411d34bd4262e9ce1d748001028c77 Mon Sep 17 00:00:00 2001 From: mdecimus Date: Tue, 15 Jul 2025 10:56:08 +0200 Subject: [PATCH] Disable webadmin auto-updates --- crates/common/src/manager/boot.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crates/common/src/manager/boot.rs b/crates/common/src/manager/boot.rs index f765fb95..6bf4e01a 100644 --- a/crates/common/src/manager/boot.rs +++ b/crates/common/src/manager/boot.rs @@ -438,7 +438,8 @@ impl BootManager { ); // Webadmin auto-update - if config + // Disabled temporarily until selective updates are implemented + /*if config .property_or_default::("webadmin.auto-update", "false") .unwrap_or_default() { @@ -449,7 +450,7 @@ impl BootManager { CausedBy = err ); } - } + }*/ // Spam filter auto-update if config