removed doubled runcheck at vdr initscript

This commit is contained in:
Arne Fitzenreiter
2008-05-04 15:25:36 +02:00
parent 0f4001f8f4
commit d9b1639480

View File

@@ -27,14 +27,7 @@ case "${1}" in
boot_mesg "Error! No DVB tuner found."
echo_failure
exit 1;
fi
if [ "$(ps -A | grep runvdr)" != "" ]; then
boot_mesg "Error! Alrady run!"
echo_failure
exit 1;
fi
fi
loadproc screen -dmS vdr /opt/vdr/bin/runvdr
;;