mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 08:27:48 +00:00
No need to specify path since it's automatic now.
This commit is contained in:
parent
470688b166
commit
06b4b20920
@ -45,7 +45,7 @@ if [ -e $BOBLIGHT_CONFIG ]; then
|
||||
wait_for_xorg
|
||||
|
||||
# Start the boblight daemon
|
||||
$ADDON_DIR/bin/boblightd -c $BOBLIGHT_CONFIG -f >> $LOG_FILE 2>&1
|
||||
boblightd -c $BOBLIGHT_CONFIG -f >> $LOG_FILE 2>&1
|
||||
|
||||
fi
|
||||
|
||||
@ -55,6 +55,6 @@ if [ -e $BOBLIGHT_X11 ]; then
|
||||
wait_for_xorg
|
||||
|
||||
# Start the boblight daemon
|
||||
$ADDON_DIR/bin/boblight-X11 -f >> $LOG_FILE 2>&1
|
||||
boblight-X11 -f >> $LOG_FILE 2>&1
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user