tool: kill all children of rump tool

Issue #2110
This commit is contained in:
Alexander Boettcher 2016-10-04 12:00:18 +02:00 committed by Christian Helmuth
parent a0c9915cee
commit 4076472844
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ trap_exit() {
fi
[ -d "$RUMP_TMP" ] && rm -rf $RUMP_TMP
pkill -P $$
}