mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Revert "oscam: daemonize on start. thanks dag-"
This reverts commit adf452c2342c5be5fccb1740cfc985a8eb020dff.
This commit is contained in:
parent
59ba745d77
commit
582c4ee4bf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user