mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
vdr initscript fix if no tuner is present runvdr-soft error message output prepared v4l-dvb driver updates as core15
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
clear
|
|
runvdr -P\'softdevice -vo fb:\' > /tmp/vdrsoft.log 2>&1
|
|
tail /tmp/vdrsoft.log
|
|
rm /tmp/vdrsoft.log
|