mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 18:03:06 +02:00
removed doubled runcheck at vdr initscript
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user