mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
xorg-server:
- adding sleep in wait_for_xorg function
This commit is contained in:
parent
5d69126b47
commit
bff53b3b39
@ -45,6 +45,6 @@ export DISPLAY
|
|||||||
|
|
||||||
wait_for_xorg () {
|
wait_for_xorg () {
|
||||||
while [ ! -f /tmp/.X0-lock ]; do
|
while [ ! -f /tmp/.X0-lock ]; do
|
||||||
true
|
sleep 0.5
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user