Add container-interrupt script

pull/88/head
Jeremy Rand 3 years ago
parent 180eeb4b82
commit a72f41b5a3
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Make sure tor-browser-build knows why the build stopped.
touch tmp/interrupted
# Send SIGINT to all processes inside the container.
kill -s SIGINT $(./tools/container-pids.sh)
Loading…
Cancel
Save