oscam: set LD_LIBRARY_PATH in oscam.start

This commit is contained in:
Stefan Saraev 2012-03-03 18:07:13 +02:00
parent f7cd4f44e5
commit cda036250a

View File

@ -79,7 +79,7 @@ if [ ! "$(pidof oscam)" ]; then
if [ -f "$LOCKDIR/$LOCKFILE" ] ; then
break
fi
oscam $OSCAM_ARG > /dev/null 2>&1
LD_LIBRARY_PATH="$ADDON_DIR/lib:$LD_LIBRARY_PATH" oscam $OSCAM_ARG > /dev/null 2>&1
sleep 1
done &
fi