Merge pull request #608 from fewtarius/dev

Clear the screen before and after executing on non-wayland devices.
This commit is contained in:
fewtarius 2022-10-09 15:14:12 -04:00 committed by GitHub
commit f700a1f50b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,9 +11,9 @@ then
weston-terminal --command="${RUN}"
else
systemctl stop ${UI_SERVICE}
clear
clear >/dev/console 2>&1
"$*" >/dev/console 2>&1
clear
clear >/dev/console 2>&1
fi
if [ ! "${UI_SERVICE}" = "weston.service" ]
then