Change default UpgradeUnattended value to true (#13281)
This commit is contained in:
committed by
Bjarke Berg
parent
4964066b59
commit
5c7b3a3d48
@@ -13,7 +13,7 @@ namespace Umbraco.Cms.Core.Configuration.Models;
|
||||
public class UnattendedSettings
|
||||
{
|
||||
private const bool StaticInstallUnattended = false;
|
||||
private const bool StaticUpgradeUnattended = false;
|
||||
private const bool StaticUpgradeUnattended = true;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether unattended installs are enabled.
|
||||
|
||||
Reference in New Issue
Block a user