diff --git a/server-vm.sh b/server-vm.sh index 6570acf..4ff19d9 100644 --- a/server-vm.sh +++ b/server-vm.sh @@ -14,6 +14,7 @@ cleanup() { local jobs_to_clean="$(jobs -p)" log killing $jobs_to_clean kill -9 $jobs_to_clean + pkill -f mayhem-party } trap cleanup EXIT