diff options
Diffstat (limited to 'runvdr')
-rwxr-xr-x | runvdr | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ KILLPROC="/sbin/killproc -TERM" while (true) do # (cd $DVBDIR; make reload) # sleep 3 - if $VDRCMD; then exit; fi + $VDRCMD + if test $? != 1; then exit; fi date echo "restarting VDR" $KILLPROC $VDRPRG |