mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
oscam: daemonize on start. thanks dag-
This commit is contained in:
parent
6f03b497c3
commit
adf452c234
@ -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" oscam $OSCAM_ARG > /dev/null 2>&1
|
||||
LD_LIBRARY_PATH="$ADDON_DIR/lib:$LD_LIBRARY_PATH" exec oscam $OSCAM_ARG > /dev/null 2>&1
|
||||
sleep 1
|
||||
done &
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user