Change default UpgradeUnattended value to true (#13281)
This commit is contained in:
@@ -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