Change default UpgradeUnattended value to true (#13281)

This commit is contained in:
Ronald Barendse
2023-09-01 16:45:06 +02:00
committed by Bjarke Berg
parent 4964066b59
commit 5c7b3a3d48

View File

@@ -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.