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 ...@@ -107,6 +107,7 @@ fi
signal_catch() { signal_catch() {
if test $childpid -ne 0; then if test $childpid -ne 0; then
kill $childpid kill $childpid
wait $childpid
fi fi
exit 1 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