mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
lcdproc:
- cleanup init script
This commit is contained in:
parent
5ca1b266eb
commit
60a051ce1b
@ -5,16 +5,6 @@
|
|||||||
(
|
(
|
||||||
progress "Starting LCD daemon"
|
progress "Starting LCD daemon"
|
||||||
|
|
||||||
LCD_USERCONF="/storage/.config/LCDd.conf"
|
LCDd -c /etc/LCDd.conf > /dev/null 2>&1
|
||||||
LCD_DEFCONF="/etc/LCDd.conf"
|
|
||||||
LCD_ARG=""
|
|
||||||
|
|
||||||
if [ -f $LCD_USERCONF ]; then
|
|
||||||
LCD_ARG="$LCD_ARG -c $LCD_USERCONF"
|
|
||||||
else
|
|
||||||
LCD_ARG="$LCD_ARG -c $LCD_DEFCONF"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LCDd $LCD_ARG > /dev/null 2>&1
|
|
||||||
|
|
||||||
)&
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user