mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
vdr backup include added
vdr initscript fix if no tuner is present runvdr-soft error message output prepared v4l-dvb driver updates as core15
This commit is contained in:
@@ -17,7 +17,7 @@ VDRCMD="/bin/nice --11 $VDRPRG -w 60 -c /opt/vdr/etc $PLUGOPTS $*"
|
||||
KILL="killall -q -TERM"
|
||||
|
||||
if [ "$(ps -A | grep " vdr")" != "" ]; then
|
||||
echo vdr is already running!
|
||||
echo Error! VDR is already running!
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
clear
|
||||
runvdr -P\'softdevice -vo fb:\' > /dev/null 2>&1
|
||||
runvdr -P\'softdevice -vo fb:\' > /tmp/vdrsoft.log 2>&1
|
||||
tail /tmp/vdrsoft.log
|
||||
rm /tmp/vdrsoft.log
|
||||
|
||||
Reference in New Issue
Block a user