Update router vm scripts.

This commit is contained in:
Tom Alexander
2024-10-10 19:03:11 -04:00
parent 40b0d2c684
commit 9a27184885
3 changed files with 8 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ function cleanup {
done
}
vms=()
for sig in EXIT INT QUIT HUP TERM; do
for sig in EXIT; do
trap "set +e; sleep 10; cleanup" "$sig"
done