lcdproc: sleep 3 sec. before starting to be ensure the driver is loaded

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-12-14 16:01:18 +01:00
parent 3f62476664
commit 15cd047624

View File

@ -42,9 +42,11 @@
# sleep 10sec. to for irserver loading # sleep 10sec. to for irserver loading
if [ "$LCD_DRIVER" = "irtrans" ]; then if [ "$LCD_DRIVER" = "irtrans" ]; then
usleep 10000000 usleep 7000000
fi fi
# sleep another 3sec. to for irserver loading
usleep 7000000
LCDd -c $LCD_CONFIG -d $LCD_DRIVER > /dev/null 2>&1 LCDd -c $LCD_CONFIG -d $LCD_DRIVER > /dev/null 2>&1
fi fi