Revert "oscam: daemonize on start. thanks dag-"

This reverts commit adf452c2342c5be5fccb1740cfc985a8eb020dff.
This commit is contained in:
Stefan Saraev 2013-02-16 16:49:28 +02:00
parent 59ba745d77
commit 582c4ee4bf

View File

@ -91,7 +91,7 @@ if [ ! "$(pidof oscam)" ]; then
# use ". " because of variable export
. $driver_dvb
done
LD_LIBRARY_PATH="$ADDON_DIR/lib:$LD_LIBRARY_PATH" exec 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