revert no clear screen at the end of autostart.

This commit is contained in:
fewtarius 2023-07-25 23:47:48 +00:00
parent 409bcc1557
commit 6da7fe85d4
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -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