Merge pull request #608 from fewtarius/dev
Clear the screen before and after executing on non-wayland devices.
This commit is contained in:
commit
f700a1f50b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue