dont kill larynx on nonblock

This commit is contained in:
bel
2023-03-31 22:11:02 -06:00
parent 86b67db949
commit ce354d1788

View File

@@ -4,7 +4,8 @@ cleanup() {
kill -9 $(jobs -p) &> /dev/null
docker rm -f larynx
}
trap cleanup EXIT
cleanup
echo trap cleanup EXIT
d="$(dirname "$(realpath "$BASH_SOURCE")")"