Adds console statement to clarify when DoNotStartOnNextBoot is set from console command

This commit is contained in:
Neil Dorin
2019-12-12 10:33:45 -07:00
parent 4f2c059e0c
commit b701802326

View File

@@ -91,6 +91,8 @@ namespace PepperDash.Core
Level = context.Level;
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
{
if (InitialParametersClass.NumberOfRemovableDrives > 0)