revert no clear screen at the end of autostart.
This commit is contained in:
parent
409bcc1557
commit
6da7fe85d4
1 changed files with 2 additions and 0 deletions
|
@ -90,3 +90,5 @@ systemctl start ${UI_SERVICE} 2>&1 >>${BOOTLOG} &
|
|||
DEVICE_CPU_GOVERNOR=$(get_setting system.cpugovernor)
|
||||
${DEVICE_CPU_GOVERNOR} 2>&1 >>${BOOTLOG}
|
||||
log "Autostart complete..."
|
||||
|
||||
clear >/dev/console
|
||||
|
|
Loading…
Reference in a new issue