mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Adds console statement to clarify when DoNotStartOnNextBoot is set from console command
This commit is contained in:
parent
4f2c059e0c
commit
b701802326
1 changed files with 2 additions and 0 deletions
|
|
@ -91,6 +91,8 @@ namespace PepperDash.Core
|
||||||
Level = context.Level;
|
Level = context.Level;
|
||||||
DoNotLoadOnNextBoot = context.DoNotLoadOnNextBoot;
|
DoNotLoadOnNextBoot = context.DoNotLoadOnNextBoot;
|
||||||
|
|
||||||
|
CrestronConsole.PrintLine(string.Format("Program {0} will not load config after next boot. Use console command go:{0} to load the config manually", InitialParametersClass.ApplicationNumber));
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (InitialParametersClass.NumberOfRemovableDrives > 0)
|
if (InitialParametersClass.NumberOfRemovableDrives > 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue