diff --git a/server-vm.sh b/server-vm.sh index f6d8b23..ded2897 100644 --- a/server-vm.sh +++ b/server-vm.sh @@ -13,6 +13,7 @@ main() { cleanup() { pkill -f mayhem-party pkill -f hotwords.py + pkill -f server-vm } trap cleanup EXIT