X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Fvdr%2Fbin%2Frunvdr-soft;h=6f187eb8c01bf55911c0839f00bf3e98cb800e7e;hb=9235b5c54bcfb465c5be7958c8e7e564b8bcc2d4;hp=8459df8dd18b0876b4f1de833f34309e8754db8a;hpb=2adf52860caaa469f9591c06314061a8230f521c;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/config/vdr/bin/runvdr-soft b/config/vdr/bin/runvdr-soft index 8459df8dd1..6f187eb8c0 100755 --- a/config/vdr/bin/runvdr-soft +++ b/config/vdr/bin/runvdr-soft @@ -1,3 +1,5 @@ #!/bin/sh clear -runvdr -Psoftdevice > /dev/null 2>&1 +runvdr -P\'softdevice -vo fb:\' > /tmp/vdrsoft.log 2>&1 +tail /tmp/vdrsoft.log +rm /tmp/vdrsoft.log