No longer calling 'abort()'

This commit is contained in:
Klaus Schmidinger
2001-04-01 11:18:28 +02:00
parent f3f2d4577d
commit 28130daef7
3 changed files with 14 additions and 11 deletions

3
runvdr
View File

@@ -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