mirror of
https://github.com/stalwartlabs/mail-server.git
synced 2025-10-10 20:45:48 +08:00
Disable webadmin auto-updates
This commit is contained in:
parent
bd61ab511a
commit
e79a4c65c7
1 changed files with 3 additions and 2 deletions
|
@ -438,7 +438,8 @@ impl BootManager {
|
||||||
);
|
);
|
||||||
|
|
||||||
// Webadmin auto-update
|
// Webadmin auto-update
|
||||||
if config
|
// Disabled temporarily until selective updates are implemented
|
||||||
|
/*if config
|
||||||
.property_or_default::<bool>("webadmin.auto-update", "false")
|
.property_or_default::<bool>("webadmin.auto-update", "false")
|
||||||
.unwrap_or_default()
|
.unwrap_or_default()
|
||||||
{
|
{
|
||||||
|
@ -449,7 +450,7 @@ impl BootManager {
|
||||||
CausedBy = err
|
CausedBy = err
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
|
|
||||||
// Spam filter auto-update
|
// Spam filter auto-update
|
||||||
if config
|
if config
|
||||||
|
|
Loading…
Add table
Reference in a new issue