Commit c094d36f authored by Christophe Massiot's avatar Christophe Massiot

* extra/dvbiscovery/dvbiscovery.sh: Wait for DVBlast to return before exiting.

parent fcc1d72a
......@@ -107,6 +107,7 @@ fi
signal_catch() {
if test $childpid -ne 0; then
kill $childpid
wait $childpid
fi
exit 1
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment