Add nice error page for boot, like in v8
This commit is contained in:
@@ -19,6 +19,12 @@ namespace Umbraco.Cms.Core.Configuration.Models
|
||||
/// </remarks>
|
||||
public bool InstallUnattended { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether unattended upgrades are enabled.
|
||||
/// </summary>
|
||||
public bool UpgradeUnattended { get; set; } = false;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value to use for creating a user with a name for Unattended Installs
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user