File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 33913391 "cliEnter" : {
33923392 "message" : " CLI mode detected"
33933393 },
3394+ "cliDevEnter" : {
3395+ "message" : " CLI only developer mode detected"
3396+ },
33943397 "cliReboot" : {
33953398 "message" : " CLI reboot detected"
33963399 },
Original file line number Diff line number Diff line change @@ -477,7 +477,7 @@ cli.read = function (readInfo) {
477477 this . lastArrival = new Date ( ) . getTime ( ) ;
478478
479479 if ( ! CONFIGURATOR . cliValid && validateText . indexOf ( "CLI" ) !== - 1 ) {
480- gui_log ( i18n . getMessage ( " cliEnter") ) ;
480+ gui_log ( i18n . getMessage ( getConfig ( "cliOnlyMode" ) ?. cliOnlyMode ? " cliEnter" : "cliDevEnter ") ) ;
481481 CONFIGURATOR . cliValid = true ;
482482 // begin output history with the prompt (last line of welcome message)
483483 // this is to match the content of the history with what the user sees on this tab
You can’t perform that action at this time.
0 commit comments