No need to specify path since it's automatic now.

This commit is contained in:
Adam Boeglin 2011-12-30 20:53:42 -05:00
parent 470688b166
commit 06b4b20920

View File

@ -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